v4.4.0
VS Code v1.66.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.
Changed
- Refactored methods in
Heart
class and madeHeart.beat()
async to make
testing easier. - Upgraded to Code 1.66.2.
- code-server now runs on Node v16 due to the requirements changing in Code.
Added
- Added back telemetry patch which was removed in the Code reachitecture.
- Added support to use
true
forCS_DISABLE_FILE_DOWNLOADS
environment
variable. This means you can disable file downloads by setting
CS_DISABLE_FILE_DOWNLOADS
totrue
or1
. - Added tests for
Heart
class.
Fixed
- Fixed installation issue in AUR after LICENSE rename.
- Fixed issue with listening on IPv6 addresses.
- Fixed issue with Docker publish action not being able to find artifacts. Now
it downloads the release assets from the release.
New Contributors
- @azriel-stephen made their first contribution in #4981
- @cjtim made their first contribution in #5045
- @dwahler made their first contribution in #5068
- @rileycalhoun made their first contribution in #5079
- @neilnaveen made their first contribution in #5090
- @thx2001r made their first contribution in #5078
- @awfulcooking made their first contribution in #5133
Full Changelog: v4.1.0...v4.4.0