6 ms·
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 a
by avidal 5y 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.
- radiKal07 5y agoYou can connect to remote git repository
- unfocussed_mike 5y agoYeah. But is that just for editing/committing? Can it remote into a server via SSH, run extensions there? I'm guessing not.