VS Code v1.54.2
Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server
so that it is preserved in between
installations.
New Features
⭐ Changes to CentOS support (see docs/install.md for more info)
- dropped CentOS 7 support on official arm64 builds #2966
Bug Fixes
⭐ Fix bug caused in 3.9.2 on Safari/iOS causing blank screen
- Don't send permessage-deflate header if not supported #2993
Documentation
⭐ A couple minor updates to the docs.
- docs(install): add Termux workaround for search #3039
- chore: fix typo in install.sh #3025 (thank you @eltociear 🎉)
Development
⭐ Faster CI, security updates, improved release workflow and extend use of Ranger GitHub bot for issues
- completely refactored CI to be more stable and faster #2966 (huge thanks to @oxy 🎉)
- fix: update ranger file #3065
- dev(ranger): add action for upstream issues #3026
- dev(ranger): add action for extension request #2967
- dev(testing): add jest-playwright and reduce flakiness of e2e tests #3016
- feat(ci): add audit job for security #3042 (inspired by @PatrickDerichs 💛)
- fix(deps): update and fix vulnerabilities #3041 (thank you @PatrickDerichs for flagging 🎉)
- Fix tsc watch continually restarting during vscode build #3015
- feat(ci): add homebrew job to publish workflow #3010
- fix(dev-deps): update ts-node and spawn #2999
- refactor: reorganize release notes draft format #2969
- refactor: add check for artifacts url in lib.sh #2968
Cheers! 🍻