Skip to content

0.29.0-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 09 Jul 00:08
471f9b3

Instructions

Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix ("extensions.autoUpdate" needs to be true too). Or if that doesn't work, manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code (don't double click the vsix).

Requirements

  • VS Code 1.44.0 or later.

Changes

New Features

  • Added support for LogMessage Breakpoints for debug type cppdbg. #1013
  • Switch to using the VS Code Semantic Tokens API for semantic colorization. PR #5401

Enhancements

  • Automatically add "${default}" to the default includePath in c_cpp_properties.json if C_Cpp.default.includePath is set. #3733
  • Add C_Cpp.simplifyStructuredComments setting. #5706
  • Add configuration provider logging to C/C++: Log Diagnostics. #4826

Bug Fixes

  • Ignore "screen size is bogus" error when debugging. PR #5669
  • Fix compile_commands.json sometimes not updating. #5687
  • Add msys2 clang compilers to the compiler search list (previously only gcc was handled). #5697
  • Fix extension getting stuck when an "@" response file that doesn't end with ".rsp" is used in compilerArgs. #5731
  • Fix forced includes not handled properly when parsed as compiler args. #5738

Known Issues

  • None so far.