Opening folder via SSH from VSCode Web
from kokesh@lemmy.world to programming@programming.dev on 11 Sep 15:21
https://lemmy.world/post/35768609
from kokesh@lemmy.world to programming@programming.dev on 11 Sep 15:21
https://lemmy.world/post/35768609
I’ve installed VSCode Web via docker on my local server at home and would like to open my production server through the editor. How do I do that? Is it even possible?
threaded - newest
You can us ssh to open up a vscode instance that is pointed at/running on another machine. But I don’t know if that works with the Web version.
code.visualstudio.com/docs/remote/ssh
There is also a tunnels extension: marketplace.visualstudio.com/items?itemName=ms-vs…
Oh wow, people like that really do exist.
Yeah very insecure
I don’t know if vs code web can do remote sessions. So the button might not be there
Do we not have a fully-fledged OpenSource alternative to VScode yet ? (Not including VScodium)
On Android?
Cross-platform
No. Closest is probably Zed but it’s still way way off from being a serious VSCode competitor. For example it has no settings GUI at all; just a JSON file. It can’t edit large files. Font rendering is still hit and miss.
Ask again in 5 years…
That is a terrible idea. Why do you even need to use VSCode on a production server? Use SSH with Termux.
How “production” are we talking? Pretty bad idea if it’s an important work server. “Sorry boss, nobody could connect today because VSCode’s mojam.service hit one of its many many 100% CPU bugs”.
I think in theory there’s no reason it isn’t technically possible, but I doubt it’s set up to allow it because that’s a pretty odd thing to want to do.
Edit: oh you want to access it via Android. That makes vaguely more sense.
Managed to install Termux-Ububtu-Vscode for Arm64. But railed at getting the output via vnc.