Code-Server v4.0.1 Release Notes
Release Date: 2022-01-04 // over 1 year ago-
VS Code v1.63.0
code-server has been rebased on upstream's newly open-sourced server implementation (#4414).
๐ Changed
- 0๏ธโฃ 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.
- 0๏ธโฃ 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
.
โ Added
VSCODE_PROXY_URI
env var for use in the terminal and extensions.
โ 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).
- 0๏ธโฃ Web socket compression has been made the default (when supported). This means
the