Skip to content

1.10.6

Choose a tag to compare

@sean-mcmanus sean-mcmanus released this 15 Jun 01:58
· 1297 commits to release since this release
77bdf4b

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 @responseFile in compilerArgs not being handled on Linux/Mac. #9434
  • Fix debug preLaunchTask not working when C_Cpp.intelliSenseEngine is "Disabled". #9446
  • Make the C_Cpp.legacyCompilerArgsBehavior setting 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 compilerArgs is no longer supported with 1.10.5. #9432

External

  • Binary mismatch error. We believe it's a VS Code or external bug. #9433