9 ms·
vscode connected with ssh is close: It's not sharing because it only allows you to edit the server file system as if you had opened a project locally, but it do
by Gravyness 4y ago
vscode connected with ssh is close: It's not sharing because it only allows you to edit the server file system as if you had opened a project locally, but it does give you the feeling that you have the project there, and every time you save it goes directly to the server via ssh.
- chriswarbo 4y agoEmacs TRAMP mode can do that too; it supports SSH, sudo (to edit as a different user), and I think a bunch of other protocols. It also supports multi-hop, e.g. edit as sudo, on a remote server, connected via an intermediate bastion/proxy machine. TRAMP works fine with shell-mode, version control (e.g. magit), dired (file browser), etc. too :) https://www.emacswiki.org/emacs/TrampMode https://www.emacswiki.org/emacs/TrampMode