3131- [ What's the difference between code-server and Theia?] ( #whats-the-difference-between-code-server-and-theia )
3232- [ What's the difference between code-server and OpenVSCode-Server?] ( #whats-the-difference-between-code-server-and-openvscode-server )
3333- [ What's the difference between code-server and GitHub Codespaces?] ( #whats-the-difference-between-code-server-and-github-codespaces )
34+ - [ What's the difference between code-server and VS Code web?] ( #whats-the-difference-between-code-server-and-vs-code-web )
3435- [ Does code-server have any security login validation?] ( #does-code-server-have-any-security-login-validation )
3536- [ Are there community projects involving code-server?] ( #are-there-community-projects-involving-code-server )
3637- [ How do I change the port?] ( #how-do-i-change-the-port )
@@ -439,6 +440,8 @@ Specific changes include:
439440- The ability to use your own marketplace and collect your own telemetry
440441- Built-in proxy for accessing ports on the remote machine integrated into
441442 VS Code's ports panel
443+ - Settings are stored on disk like desktop VS Code, instead of in browser
444+ storage (note that state is still stored in browser storage).
442445- Wrapper process that spawns VS Code on-demand and has a separate CLI
443446- Notification when updates are available
444447- [Some other things](https://github.com/coder/code-server/tree/main/patches)
@@ -447,6 +450,12 @@ Some of these changes appear very unlikely to ever be adopted by Microsoft.
447450Some may make their way upstream, further closing the gap, but at the moment it
448451looks like there will always be some subtle differences.
449452
453+ # # What's the difference between code-server and VS Code web?
454+
455+ VS Code web (which can be ran using `code serve-web`) has the same differences
456+ as the Codespaces section above. VS Code web can be a better choice if you need
457+ access to the official Microsoft marketplace.
458+
450459# # Does code-server have any security login validation?
451460
452461code-server supports setting a single password and limits logins to two per
0 commit comments