File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -390,9 +390,9 @@ Theia doesn't allow you to reuse your existing VS Code config.
390
390
# # What's the difference between code-server and OpenVSCode-Server?
391
391
392
392
code-server and OpenVSCode-Server both allow you to access VS Code via a
393
- browser. The two projects also use their own [forks of VS
394
- Code](https://github.com/coder/vscode) to leverage modern VS Code APIs and stay
395
- up to date with the upsteam version .
393
+ browser. OpenVSCode-Server is a direct fork of VS Code with changes comitted
394
+ directly while code-server pulls VS Code in via a submodule and makes changes
395
+ via patch files .
396
396
397
397
However, OpenVSCode-Server is scoped at only making VS Code available as-is in
398
398
the web browser. code-server contains additional changes to make the self-hosted
@@ -415,6 +415,8 @@ Specific changes include:
415
415
- The ability to use your own marketplace and collect your own telemetry
416
416
- Built-in proxy for accessing ports on the remote machine integrated into
417
417
VS Code's ports panel
418
+ - Wrapper process that spawns VS Code on-demand and has a separate CLI
419
+ - Notification when updates are available
418
420
- [Some other things](https://github.com/coder/code-server/tree/main/patches)
419
421
420
422
Some of these changes appear very unlikely to ever be adopted by Microsoft.
You can’t perform that action at this time.
0 commit comments