1.22.4
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+, macOS 10.12+, Linux (Ubuntu 16+, etc.).
Changes
Enhancements
- Performance improvements related to how custom configurations are processed. #12632
- Performance improvements related to LSP request processing.
Bug Fixes
- Fix an issue with missing database symbols after a Rename operation. #12480
- Work around IntelliSense issues with clang 18 due to
size_t
not being defined. #12618 - Fix some crashes with recursive includes. #12643
- Possibly fix a crash in
find_existing_intellisense_client
. #12666 - Fix issues applying
files.exclude
settings whenC_Cpp.caseSensitiveFileSupport
is enabled. #12672 - Fix an issue with duplicate tag parsing occurring after a Rename operation. #12728
- Fix an issue causing unnecessary TU updates for files opened during a Rename operation, when
"files.refactoring.autoSave": false
is used.