1.12.0 (pre-release)
Pre-release
Pre-release
sean-mcmanus
released this
28 Jul 17:50
·
809 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
Enhancements
- Show an informative message when an IntelliSense-related command is executed while IntelliSense is disabled. #9614
- Add the
.vs
folder to the default exclusions. PR #9629
Bug Fixes
- Fix some IntelliSense parsing bugs. #3683, #6659
- Fix
.
to->
completion in functions defined in the class/struct definition. #9599 - Fix inlay hint filtering not working with some cases of whitespace. #9606
- Fix Chinese translation mistakes.
- Fix IntelliSense error with ARM register declarations. #9627
- Fix files with a
.c
extension not using a C++std
version passed in thecompilerArgs
orcompilerFragments
. #9628 - Fix unnecessary IntelliSense process restarting on file creation handling. #9630
- Fix potential crashes on shutdown.