1.22.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+, macOS 10.12+, Linux (Ubuntu 16+, etc.).
Changes
Enhancement
- Add "Additional Tracked Settings" to
C/C++: Log Diagnostics
output. PR #12635
Bug Fixes
- Fix hover over static constexpr variables sometimes not working. #12284
- Fix completion not giving results in several scenarios. #12412
- Fix include completion showing results for deleted folders with recursive includes. #12636
- Fix the
/FU
flag not working for C++/CLI . #12641 - Fix some crashes with recursive includes. #12643
- Fix IntelliSense not working on Windows when
C_Cpp.caseSensitiveFileSupport
isenabled
. #12648 - Changes that might fix a crash with
translate_encoding_to_utf8
. #12652 - Fix a random crash during IntelliSense creation.