1.10.6
·
1297 commits
to release
since this release
Instructions
Install it via using the Extensions view in VS Code or download a vsix that matches your OS from Assets section below (or 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.63.0 or later.
Changes
Bug Fixes
- Fix
@responseFileincompilerArgsnot being handled on Linux/Mac. #9434 - Fix debug preLaunchTask not working when
C_Cpp.intelliSenseEngineis"Disabled". #9446 - Make the
C_Cpp.legacyCompilerArgsBehaviorsetting non-deprecated.
Known Issues
Regressions
- Some users are seeing IntelliSense, clang-format, and clang-tidy not working, i.e. child process creation is failing (stuck with "Searching for includes" or "Updating IntelliSense"). #9431
- Code analysis crashes in certain scenarios. #9437
By-Design Breaking Changes
- A single string with spaces in
compilerArgsis no longer supported with 1.10.5. #9432
External
- Binary mismatch error. We believe it's a VS Code or external bug. #9433