Skip to content

1.4.0-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 18 May 00:06
· 1418 commits to insiders since this release
3512a08

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": true is set with VS Code Insiders.

Bug Fixes

  • Fix an incorrect IntelliSense error with object initialization. #3212
  • Fix macros getting undefined when duplicate #include are 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 linux to macos if __unix__ is defined but __linux__ is not. #7525
  • Reduce IntelliSense memory and CPU usage in certain scenarios.

Known Issues

  • None so far.