0.24.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 and install the vsix that matches the target OS.
Requirements
- VS Code 1.30.0 or later.
Changes
Minor Changes
- Change
C_Cpp.clang_format_path
tomachine
scope. #3774 - Removed syntactic/lexical colorization from
enhancedColorization
. PR #3821
Bug Fixes
- Fix crash when tag parsing Objective-C code. #3776
- Fix duplicate slashes getting added to
c_cpp_properties.json
. PR #3778 - Fix incorrect "file already opened in editor" message on Linux/Mac. #3786
- Fix colorization for themes with background colors equal to the editor background color. #3780
- Improve performance of colorization. #3781
- Fix regression crash on hover. #3792
Known Issues
- There are still some crashes.