Skip to content

v4.4.0

Compare
Choose a tag to compare
@jsjoeio jsjoeio released this 06 May 20:45
c962025

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 made Heart.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 for CS_DISABLE_FILE_DOWNLOADS environment
    variable. This means you can disable file downloads by setting
    CS_DISABLE_FILE_DOWNLOADS to true or 1.
  • 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

Full Changelog: v4.1.0...v4.4.0