|
| 1 | +# code-server |
| 2 | + |
| 3 | +[code-server](https://github.com/coder/code-server) is our supported method of running VS Code in the web browser. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +## Differences between code-server and VS Code Web |
| 8 | + |
| 9 | +Some of the key differences between code-server and VS Code Web are: |
| 10 | + |
| 11 | +| Feature | code-server | VS Code Web | |
| 12 | +|--------------------------|-----------------------------------------------------------------------------|-------------------------------------------------------------------| |
| 13 | +| Authentication | Optional login form | No built-in auth | |
| 14 | +| Built-in proxy | Includes development proxy (not needed with Coder) | No built-in development proxy | |
| 15 | +| Clipboard integration | Supports piping text from terminal (similar to `xclip`) | More limited | |
| 16 | +| Display languages | Supports language pack extensions | Limited language support | |
| 17 | +| File operations | Options to disable downloads and uploads | No built-in restrictions | |
| 18 | +| Health endpoint | Provides `/healthz` endpoint | Limited health monitoring | |
| 19 | +| Marketplace | Open VSX by default, configurable via flags/env vars | Uses Microsoft marketplace; modify `product.json` to use your own | |
| 20 | +| Path-based routing | Has fixes for state collisions when used path-based | May have issues with path-based routing in certain configurations | |
| 21 | +| Proposed API | Always enabled for all extensions | Only Microsoft extensions without configuration | |
| 22 | +| Proxy integration | Integrates with Coder's proxy for ports panel | Integration is more limited | |
| 23 | +| Sourcemaps | Loads locally | Uses CDN | |
| 24 | +| Telemetry | Configurable endpoint | Does not allow a configurable endpoint | |
| 25 | +| Terminal access to files | You can use a terminal outside of the integrated one to interact with files | Limited to integrated terminal access | |
| 26 | +| User settings | Stored on remote disk | Stored in browser | |
| 27 | +| Web views | Self-contained | Uses Microsoft CDN | |
| 28 | + |
| 29 | +For more information about code-server, visit the [code-server FAQ](https://coder.com/docs/code-server/FAQ). |
0 commit comments