0.29.0-insiders2
Pre-release
Pre-release
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 defaultincludePath
inc_cpp_properties.json
ifC_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
- nukoyluoglu (@nukoyluoglu)
- 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.