Skip to content

1.22.8 (release candidate 2)

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 09 Oct 01:03
· 47 commits to insiders since this release
d41ccfd

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).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Bug Fixes

  • Fix an issue with the 'Add #include' code action incorrectly using a relative path for a system include. #12010
  • Fix an issue with lingering incorrect squiggles after an edit. #12175
  • Fix an issue with clang-format/tidy version checks for some builds. #12806
  • Revert/postpone changes related to recursive includes handling due to issues with some projects.