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
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?
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.
code-server also works well if you want to run the whole VSCode including extensions remotely.