admin管理员组

文章数量:1123712

Right now I'm using Jetbrain PyCharm where remote development works this way - files are being edited locally and deployed on my VPS during save action, IDE uses remote Python interpreter for code completion.

Is there a way to setup VSCode/Cursor so it would work in the same way, instead of editing remote files directly? I'd like to be able to keep editing and debugging them in PyCharm and using Cursor only for AI assistance, so I want VSCode to save changes in them in the same directory as PyCharm uses, but still be able to use remote Python interpreter so VSCode sees installed Python extensions.

本文标签: