Increase default max memory and allow setting your own limit. Might help with some reports of crashes.
- Fix passwords with semicolons (and potentially other characters).
- Fix potential infinite login redirect.
- Add missing telemetry option (to allow disabling extension telemetry).
- Fix inability to activate extensions on an insecure domain on Chrome & Safari.
- Fix automatic updating.
- Add meta tag to allow full screen in iOS.
- Fix intellisense and search (caused by mistyped scheme in URI transformer
😊 )
- Fix inner process not exiting when parent exits.
- Fix matching against the file scheme (fixes extensions that provide functionality based on the scheme).
- Add heartbeat file.
- Accept a workspace file from the command line.
- Properly surface exit codes.
- Fix unauthorized resource access.
- Fix passwords that contain a
=. - Fix issues when running code-server from within code-server's terminal.
- Fix blank
--certflag. - Fix viewing images.
- Fix some issues with the markdown previewer.
V2 official release!
Important notes:
- SSL is no longer enabled by default. See https://github.com/cdr/code-server#encrypting-traffic-with-https.
- The password flag has changed. See https://github.com/cdr/code-server#authentication.
- The default port has changed to 8080.
- The current working directly is no longer opened. You can pass specify a directory to open when running
code-serveror you can use the?folderquery parameter in the URL.
See #857 for more details.
Pre-release
Update to 1.39.2!
Pre-release
Make --port 0 work.
Pre-release
PreviousNext