Comment on Python in Visual Studio Code – April 2019 ReleaseparentComments−bmaupin7yWhy not think of the problem from the other end? Instead of running vscode on the server, run it locally and use one of the SSH/SFTP plugins (e.g. [1] [2]) to sync the code with the server.[1] https://marketplace.visualstudio.com/items?itemName=liximomo...[2] https://marketplace.visualstudio.com/items?itemName=Kelvin.v...−jpeeler7yThis sounds like a job for mutagen: https://github.com/havoc-io/mutagen.−shaklee37yI tried that, and it seems to lose some of the capabilities you get otherwise, like issuing remote commands to build. I'll take another look, though.−K2L8M11N27yYou could try to mount it locally with sshfs, it should work like with regular files.
Comments
Why not think of the problem from the other end? Instead of running vscode on the server, run it locally and use one of the SSH/SFTP plugins (e.g. [1] [2]) to sync the code with the server.
[1] https://marketplace.visualstudio.com/items?itemName=liximomo...
[2] https://marketplace.visualstudio.com/items?itemName=Kelvin.v...
This sounds like a job for mutagen: https://github.com/havoc-io/mutagen.
I tried that, and it seems to lose some of the capabilities you get otherwise, like issuing remote commands to build. I'll take another look, though.
You could try to mount it locally with sshfs, it should work like with regular files.