Skip to content

0.24.0-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 26 Jun 01:42
3926110

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 to machine 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.