-
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 :/ |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 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 |
Beta Was this translation helpful? Give feedback.
-
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... |
Beta Was this translation helpful? Give feedback.
-
What about this extension? |
Beta Was this translation helpful? Give feedback.
-
@guysoft I've just discovered it... It's working right now if you are on linux and without fish as your shell... |
Beta Was this translation helpful? Give feedback.
What about this extension?
https://open-vsx.org/extension/jeanp413/open-remote-ssh