v3.8.1
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
- ⭐ Added a helper to the Extensions panel to explain the extension divergence #2501
- Added typings to release bundle #2544
- Dark mode support for favicon #2551
- Adjusted proxy to also work with absolute paths with
/absproxy
#2674 - Send 'loaded' event to all parent origins #2641
Bug Fixes
- ⭐ Fixed bug in install script that broke on recent Debian setups #2529
- Fixed a bug related to closing folder/workspace #2532 #2596 (thanks @rdbeach!)
- Fixed GitHub OAuth buy by bundling
callback.html
into final build #2539 - Fixed body proxying, redirect proxying and added tests #2609
Documentation
- Documented how to update the VSCode version using our new git subtree approach #2505
- Updated the hashed-password FAQ (thanks @SPGoding!)
- Updated caddy install instructions #2601
- Linked to VSCodium's extension marketplace #2603
- Updated iPad docs for pwa and control-c workaround #2639 #2640
- Renamed
/doc
to/docs
and addCODE_OF_CONDUCT
#2669 #2670
Development
- Migrated our unit tests from mocha to jest #2564
- Switched from
leaked-handles
towtfnode
#2604 - Added support for code coverage #2621
- Added basic support for end-to-end testing with playwright #2643
Cheers! 🍻