Skip to content

Comment on Python in Visual Studio Code – April 2019 Releaseparent

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.