oni2
oni2 copied to clipboard
VSCode Remote SSH Extention
Hello, I was able to install the VSCode Remote SSH extension (remote dev work over ssh)
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh
Although it doesn't seem like I'm able to use it. Options appear in the Ctrl+Shift+P menu, but selecting them does nothing
Hi!
We haven't got support for every extension right now, and the ones that are working are the ones that add language features. That will in time extend to include some out of editor stuff like debugger support, output from running things, tree-features (custom file-explorer like trees for code structure say) etc.
However, for that specific extension, we can't support it as it is not open source. You can find the license on the link you've posted and part of that license is:
You may use a copy of the software with each validly licensed copy of Microsoft Visual Studio Code. You may not use the software if you do not have a license for Microsoft Visual Studio Code.
That, and the fact that I believe the actual implementation isn't open source so we couldn't implement the Oni2 side of things either (not 100% on that one actually), mean we can't support that extension. There is a few extensions which aren't possible due to their licensing, including the similar Docker container extension.
If at some point in the future that license changes, we will do our best to support it since so many people have asked!
Makes sense thanks! Would be great to have a "remote development" story for oni
I've tried workaround of installing sshfs to enable remote editing, it worked except usingoni2 . then the file explorer on the left side is empty. It worked for entering individual file name though.
A highly recommended vaiable alternative to the vscode plugin https://mutagen.io/
I have been using this for 2 months now. Though one needs to have the source files on the local and this tools essentialy does an intelligent syncing , I have found this to really obviate the need for vscode. I have actually switched back to nvim :).
Is Remote SSH still in the distant future?