Releases: coder/code-server
Releases · coder/code-server
2.1638-vsc1.39.2
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-server
or you can use the?folder
query parameter in the URL.
See #857 for more details.
2.1637-vsc1.39.2
Update to 1.39.2!
2.1523-vsc1.38.1
Make --port 0
work.
2.1485-vsc1.38.1
2.1478-vsc1.38.1
Fixes extensions that try to use node_modules.asar
(#544).
2.1472-vsc1.38.1
See #857 for information on what has changed with v2.
1.1156-vsc1.33.1
1.1140-vsc1.33.1
Fix Darwin release not being included.
1.1119-vsc1.33.1
Additions
- Expose workbench actions API.
Bug fixes
- Make hidden files and folders visible in open dialogs.
- Fix an error displaying file size of zero byte files.
1.1106-vsc1.33.1
Bug fixes
- Fix VERSION env var not making it to the build process.
- Make build process use "production" for NODE_ENV.