Skip to content

1.21.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 17 Jun 23:36
· 188 commits to insiders since this release
d8426ca

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.67.0 or later (April, 2022).
  • Platforms:
    • Windows (7+): x64, arm64. (x86 is only available via the non-pre-release vsix on GitHub).
    • Linux (Ubuntu 16+, etc.): x64, arm64, arm.
    • macOS (10.12+): x64, arm64.

Changes

Bug Fixes

  • Stop logging file watch events for excluded files. #11455
  • Fix handling of -isystem and -iquote for IntelliSense configuration. #12207
  • Fix doxygen comment generation when /** comments are used. #12249
  • Fix a code analysis crash on Linux if the message is too long. #12285
  • Fix a regression with cl.exe system include path detection. #12293
  • Fix handling of doxygen comment blocks with *//* in them. #12316
  • Fix a crash during IntelliSense process shutdown. #12354
  • Update the default clang/gcc versions used for IntelliSense if an unknown version is found.
  • Update clang-format and clang-tidy from 18.1.2 to 18.1.7 (for the bug fixes).