1.4.0-insiders2
Pre-release
Pre-release
·
1720 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.
Changes
New Features
- Add a C++ walkthrough to the "Getting Started" page. #7273
- Currently, it's only usable when
"workbench.welcomePage.experimental.extensionContributions": trueis set with VS Code Insiders.
- Currently, it's only usable when
Bug Fixes
- Fix an incorrect IntelliSense error with object initialization. #3212
- Fix macros getting undefined when duplicate
#includeare used. #5182, #7270 - Fix IntelliSense crash with
#pragma GCC target. #6698, #7377 - Fix completion at the end of a file. #7472
- Fix completion of constructors. #7505
- Fix IntelliSense crash with the arrow library. #7518
- Fix the configuration UI randomly being blank (more frequently when remote). #7523
- Fix IntelliSense mode switching from
linuxtomacosif__unix__is defined but__linux__is not. #7525 - Reduce IntelliSense memory and CPU usage in certain scenarios.
Known Issues
- None so far.