v4.0.1
v4.0.1
VS Code v1.63.0
code-server has been rebased on upstream's newly open-sourced server
implementation (#4414).
Changed
- Web socket compression has been made the default (when supported). This means
the--enable
flag will no longer takepermessage-deflate
as an option. - The static endpoint can no longer reach outside code-server. However the
vscode-remote-resource endpoint still can. - OpenVSX has been made the default marketplace.
- The last opened folder/workspace is no longer stored separately in the
settings file (we rely on the already-existing query object instead). - The marketplace override environment variables
SERVICE_URL
andITEM_URL
have been replaced with a singleEXTENSIONS_GALLERY
variable that
corresponds toextensionsGallery
in VS Code'sproduct.json
.
Removed
- Extra extension directories have been removed. The
--extra-extensions-dir
and--extra-builtin-extensions-dir
flags will no longer be accepted. - The
--install-source
flag has been removed.
Deprecated
--link
is now deprecated (#4562).
Security
- We fixed a XSS vulnerability by escaping HTML from messages in the error page (#4430).
Cheers 🎉
New Contributors
- @AbdullahBinJahed made their first contribution in #4230
- @jlandowner made their first contribution in #4244
- @toddewilliams made their first contribution in #4281
- @tianjianchn made their first contribution in #4293
- @ChenJiaH made their first contribution in #4369
- @mrfoxie made their first contribution in #4336
- @im-coder-lg made their first contribution in #4419
- @mauri made their first contribution in #4430
- @arHSM made their first contribution in #4472
- @JounQin made their first contribution in #4546
- @Leask made their first contribution in #4605
- @huangyoukun made their first contribution in #4611
- @L3P3 made their first contribution in #4579
- @elsbrock made their first contribution in #4651
Full Changelog: v3.12.0...v4.0.1
Milestone: https://github.com/coder/code-server/milestone/34