1.20.2 (release candidate)
Pre-release
Pre-release
sean-mcmanus
released this
22 Apr 21:16
·
187 commits
to insiders
since this release
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
Bug Fixes
- Fix non-existent relative path variables not showing a warning in
c_cpp_properties.json
(and other related issues). #12089 - Fix duplicate URIs in calls to provideConfigurations. #12177
- Fix a crash and deadlock with a high
C_Cpp.loggingLevel
. #12194 - Fix handling of
-iquote
for code analysis and#include
completions. #12198