Skip to content

0.25.0-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 16 Aug 00:32

Instructions

Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix. Or if that doesn't work (such as in the remote scenario), manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code.

Requirements

  • VS Code 1.30.0 or later.

Enhancements

  • Enable Find All References without checking C_Cpp.experimentalFeatures.
  • Fix Find All References progress bar not increasing as often as it should.
  • Add not supported messages for ARM and Alpine containers. PR #4027
  • Add support for -imsvc compile commands flag. #4032

Bug Fixes

  • Fix IntelliSense process crash in clang mode. #3898
  • Fix completion not showing results for smart pointers. #3930
  • Fix Cannot confirm reference sometimes being shown instead of Inactive reference. #4041
  • Fix bug when compile_commands.json changes. #4058
  • Fix wrong IntelliSense for C++ types after editing within a function and after a lambda.

Known Issues

  • It fails to run on Mac 10.12. #4096
  • In remote scenarios like Remote-SSH, the extension may not install successfully when using the "Insiders" updateChannel. #3874
  • Find All References issues.
  • The following doesn't work: "Add support for resolving missing includes via the vcpkg dependency manager." PR #3791