1.3.0-insiders4
Pre-release
Pre-release
michelleangela
released this
07 Apr 03:50
·
1478 commits
to insiders
since this release
Instructions
Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix ("extensions.autoUpdate" needs to be true
too). Or if that doesn't work, manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code (don't double click the vsix).
Requirements
- VS Code 1.53.0 or later.
New Features
- Add native language service binaries for ARM64 Mac. #6595
Enhancements
- Add auto-closing of include completion brackets. #7054
- Add a
C_Cpp.files.exclude
setting, which is identical tofiles.exclude
except items aren't excluded from the Explorer view. PR #7285
Bug Fixes
- Fix directory iteration to check files.exclude and symlinks and use less memory. #3123, #4206, #6864
- Fix bug with placement new on Windows with gcc mode. #6246
- Fix
GoToNextDirectiveInGroup
command for multiroot. #7283 - Fix field requirements for custom configurations. PR #7295
- Fix integrity hash checking of downloaded packages for the extension. PR #7300