|
If I understand correctly MS extension "Remote Development" is a proprietary one and unable to use within VSCodium. I don't want to move back to VSCode due to this reason :/ |
Replies: 5 comments 8 replies
|
If you're on linux/macosx, you can install sshfs and to the same thing. After installing it, and if you don't want to "leave code", open a terminal and mount wahat ever you wan and, after that, you can access the remote server's file tree not only from vscode, but also with your preferred file manager, open documentation with your pdf viewer, etc. If you already have configured the remote ssh session in your ~/ssh/config file, it's pretty staightforward:
Be advised, git over sshfs or similar is not efficient, so it is preferable to login with ssh and issue de commands "locally". P.S.: remember to |
|
It would be good if VSCodium could auto-magically treat a directory as a file system if it contains a .devcontainer/ sud-directory at its root. Said directory may then have a Dockerfile or docker-compose file and perhaps a .devcontainer.json with which it may then manifest the requisite container, configuration of the VSCodium editor, and terminal defaults... Just saying... |
|
What about this extension? |
|
@guysoft I've just discovered it... It's working right now if you are on linux and without fish as your shell... |
|
For all the poor souls, who cannot connect to their SSH server using the "Open Remote - SSH" extension by jeanp413 (from VSCodium v1.99.32846 on MacOS): I've spent about an hour figuring out why I could connect to one SSH server, that uses a password, but not to another, that uses a private key. Of course I could connect to both using Make sure, that TCP forwarding is allowed in the ...
AllowTcpForwarding yes # default setting
...If this setting is set to |
What about this extension?
https://open-vsx.org/extension/jeanp413/open-remote-ssh