Hacker News new | ask | show | jobs
by avidal 1548 days ago
vscode.dev is still for local development, not remote. It uses browser filesystem APIs to access your local filesystem. Whereas code-server runs on the remote and exposes a web server for you to connect to which serves up the filesystem on the remote.
1 comments

You can connect to remote git repository
Yeah. But is that just for editing/committing? Can it remote into a server via SSH, run extensions there? I'm guessing not.