1.20.1
Pre-release
Pre-release
sean-mcmanus
released this
10 Apr 01:19
·
199 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 'Add #include' code actions for code scoped by a namespace or class. #11541
- Fix the IntelliSense server not starting when a completion, signature help, or document highlight occurs from external commands. #12143
- Fix the IntelliSense configuration not falling back to the
c_cpp_properties.json
configuration for a file not handled by a configuration provider. #12144