Skip to content

1.20.3 (release candidate 2)

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 01 May 00:55
· 32 commits to insiders since this release
1ceae9d

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.

Changes

Enhancement

  • Log cpptools and cpptool-srv crash call stacks in the 'C/C++ Crash Call Stacks' Output channel for bug reporting (on x64 Linux and x64/arm64 Mac).

Bug Fixes

  • Fix directories being incorrectly recursively traversed in certain cases. #11993
  • Fix a crash during startup. #12237
  • Fix IntelliSense configuration on Windows ARM64. #12253