Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

VSCode Remote Development extension

noamannoaman Member

I wanted to do development on the remote machines and vscode-server or SSHFS/NFS wasn't just good enough and fast enough so I ended up writing this. The main sluggishness was search text in files which is a feature that I use alot in my development workflow.

https://github.com/noamanahmed/vscode-remote-server-project

The daemon is written in python and a vscode extension. You can download the vscode extension from the releases and then just follow the instructions to connect to the server.

You can also spawn a new terminal and it would proxy it using RPC over websockets.

The only thing pending from this is that claude,codex and other AI vscode extensions spawn there own shell and cannot run commands on the remote server using the terminal which I have created.

It's alpine/debian both compatible.

Looking forward to your suggestions.

Comments

  • Isn't this exactly what remote explorer is for?

  • edited June 12

    Why not just use some remote desktop solution? At least to me that seems to be more straight forward then trying to proxy a single application to a remote host.

    Thanked by 1PolyAnthi
  • SplitIceSplitIce Member, Host Rep

    code-server also works well if you want to run the whole VSCode including extensions remotely.

Sign In or Register to comment.