Skip to content

1.11.0 (pre-release)

Pre-release
Pre-release

Choose a tag to compare

@sean-mcmanus sean-mcmanus released this 23 Jun 21:41
· 1187 commits to insiders since this release
2a5198e

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 @brief or @return tags. #9316
  • Fix crash if clang-tidy returns a replacement with an empty FilePath. #9437
  • Fix hiding IntelliSense dependent commands when C_Cpp.intelliSenseEngine is "Disabled". #9451
  • Fix skipping the compiler argument after -c. #9453
  • Fix -std:c++20 not being handled with cl.exe. #9458

Known Issues

Regressions

  • The environment is incorrect when compiler querying. #9472

Other