Code-Server v3.7.4 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • VS Code v1.51.1

    โฌ†๏ธ 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

    • ๐Ÿฑ โญ Reconnection now happens in the background for the first attempt before prompting (about 5 seconds) #2381
    • ๐Ÿ†• New PWA icon #2383
    • โž• Added --disable-update-check to disable upgrade notifications #2365

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed extension host crashing on non info errors #2366
    • ๐Ÿ›  Fix terminals attaching more than once #2382
    • โšก๏ธ โญ Update checks occur every 6 hours and notify once a week correctly now 0713fa9
      • Previously it was supposed to be once every 6 hours and then a notification every 48 hours but due to a missing 60 it ended up being a check every 6 minutes and a notification every 48 minutes.. So sorry about this!

    ๐Ÿฑ Cheers! ๐Ÿป