v3.7.4
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!
- Previously it was supposed to be once every 6 hours and then a notification every 48 hours but due to a missing
Cheers! 🍻