1.23.1
Pre-release
Pre-release
Instructions
Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX...
command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).
Requirements
- VS Code 1.67.0 or later (April 2022).
- Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
Changes
Bug Fixes
- A potential fix for a crash during process shutdown (in
uv_run
). #12668 - Fix a performance issue where some LSP requests would delay other LSP requests. #12905
- A potential fix for a crash in cpptools (in
report_intellisense_results
). - Fix a random deadlock with
compiler_info::find_or_create
. - Fix a random deadlock with
handle_edits
. - Other internal fixes.