0.26.3-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.
Version 0.26.3-insiders2: December 18, 2019
Bug Fixes
- Fix IntelliSense regression crashes. #4754
- Fix Insiders channel not auto-downgrading after an Insiders vsix is unpublished. #4760
- Fix Insiders channel not working on remote targets. #3874
Version 0.26.3-insiders: December 16, 2019
Bug Fixes
- Fix clang-cl detection for system includes and defines.
- IntelliSense bug fixes. #2774
- Update output of
C/C++: Log Diagnostics
to include the correct set of defines when custom configurations or compile commands are used. #3631 #4270 - Fix an issue in which failure to invoke a compiler could result in a hang on Linux and Mac. #4627
- Fix template members not being nested under the template type in the Outline view. #4466
- Fix custom configurations sometimes not being applied to headers. #4649
- Fix headers opening into header-only TU's instead of TU's for candidate source files. #4696
- Fix the missing description of
C_Cpp.clang_format_style
.
Enhancements
- When tag parsing is complete, and includer/includee relationships become available, header-only TU's will be replaced with TU's for candidate source files, if available.
Known Issues
- None so far.