0.25.0-insiders2
Pre-release
Pre-release
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 Referenceswithout checkingC_Cpp.experimentalFeatures. - Fix
Find All Referencesprogress bar not increasing as often as it should. - Add
not supportedmessages for ARM and Alpine containers. PR #4027 - Add support for
-imsvccompile 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 referencesometimes being shown instead ofInactive reference. #4041 - Fix bug when
compile_commands.jsonchanges. #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