Releases: coder/code-server
Releases · coder/code-server
1.854-vsc1.33.1
Additions
- Opt-out telemetry (/pull/519)
- Caching via service worker (#138)
--install-extension
flag (#484)PORT
environment variable (/pull/502)
Bug fixes
- Markdown preview and outline (#406, #296)
- Relative URLs (#497)
- Create various necessary paths and files that might be missing during startup (#453, #499, #116)
- Various open file/folder issues (#249)
- No more
__webpack_hmr
requests in the Docker container
Quality of life
- Update to Node 10.15.1
- Update VS Code to 1.33.1
- Confirm before closing the browser tab (to help those with ctrl+w embedded in muscle memory)
- Enter key works to log in now
- Make errors about netstat and ports in use more explicit
- Add common utilities to the Docker image
1.792-vsc1.33.1
- Update to vscode 1.33.1
- Fix reading text via electron fill
1.696-vsc1.33.0
Fix diagnostics not appearing.
1.691-vsc1.33.0
Updates to VS Code 1.33.0 🎊
1.604-vsc1.32.0
1.408-vsc1.32.0
- Reduce baseline CPU/memory usage
- Improve performance significantly
- Fix debugging
- Replace
oclif
CLI withcommander
(primarily for syntax and usability reasons) - Replace
nexe
withnbin
to improve reliability
1.32.0-310
Fix debugging 🛠️🐞
1.32.0-282
Fix #251
1.32.0-275
Improves performance by reducing client bundle-size.
Before it was 10mb now 2mb 🎊
1.32.0-245
Fill remainder of graceful-fs It's just fs. Used by fs-extra.