Skip to content

1.10.8

Choose a tag to compare

@sean-mcmanus sean-mcmanus released this 08 Jul 01:22
· 1285 commits to release since this release
fe9cfe3

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

Enhancements

  • Allow breakpoints for Rust debugging. PR #9484
  • Make C_Cpp.debugShortcut settable per-workspace folder. PR #9514

Bug Fixes

  • Fix crash if clang-tidy returns a replacement with an empty FilePath. #9437
  • Fix skipping the compiler argument after -c. #9453
  • Fix -std:c++20 not being handled with cl.exe. #9458
  • Fix bug with the environment being incorrect when compiler querying. #9472
  • Fix duplicate compiler args in compiler query with custom configuration providers using cpptools-api prior to v6. #9531
  • Fix process launching concurrency issues on Windows.

Known Issues

By-Design Breaking Change

  • 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