this post was submitted on 11 Sep 2025
6 points (87.5% liked)

Programming

23631 readers
161 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

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?

top 12 comments
sorted by: hot top controversial new old
[–] cr1cket@sopuli.xyz 4 points 2 months ago (1 children)

Oh wow, people like that really do exist.

[–] mark@programming.dev 1 points 2 months ago

Yeah very insecure

[–] jacksilver@lemmy.world 2 points 2 months ago

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.

https://code.visualstudio.com/docs/remote/ssh

There is also a tunnels extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.remote-server

[–] calcopiritus@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (1 children)
  1. Why vs code web and not desktop vscode?
  2. At least on the desktop version, there's a "><" (with the ">" being higher) looking icon in the lower left corner. Click that to open remote sessions.

I don't know if vs code web can do remote sessions. So the button might not be there

[–] kokesh@lemmy.world 2 points 2 months ago
  1. I want to run it via Android Desktop mode. I obviously run normal VS Code on my desktop
[–] biotin7@sopuli.xyz 1 points 2 months ago* (last edited 2 months ago) (2 children)

Do we not have a fully-fledged OpenSource alternative to VScode yet ? (Not including VScodium)

[–] kokesh@lemmy.world 2 points 2 months ago (1 children)
[–] biotin7@sopuli.xyz 1 points 2 months ago

Cross-platform

[–] FizzyOrange@programming.dev 1 points 2 months ago

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...

[–] kokesh@lemmy.world 1 points 2 months ago

Managed to install Termux-Ububtu-Vscode for Arm64. But railed at getting the output via vnc.

[–] napkin2020@sh.itjust.works 1 points 2 months ago

That is a terrible idea. Why do you even need to use VSCode on a production server? Use SSH with Termux.

[–] FizzyOrange@programming.dev 1 points 2 months ago* (last edited 2 months ago)

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.