1.11.0 (pre-release)
Pre-release
Pre-release
·
1187 commits
to insiders
since this 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.65.0 or later.
Changes
New Features
- Add inlay hints for parameters and auto types. #5845
Bug Fixes
- Fix doxygen comments not being displayed for multiple adjacent
@briefor@returntags. #9316 - Fix crash if clang-tidy returns a replacement with an empty FilePath. #9437
- Fix hiding IntelliSense dependent commands when
C_Cpp.intelliSenseEngineis"Disabled". #9451 - Fix skipping the compiler argument after
-c. #9453 - Fix
-std:c++20not being handled with cl.exe. #9458
Known Issues
Regressions
- The environment is incorrect when compiler querying. #9472