0.29.0-insiders
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
- Add Doxygen comment support (to tooltip display of hover, completion, and signature help). #658
Enhancements
- Add support for the Debug Welcome Panel. #4837
- Update to clang-format 10. #5194
- Added system to store and query properties from the active C/C++ configuration.
- bugengine (@bugengine) PR #5453
- Add
quoteArgs
tolaunch.json
schema. PR #5639 - Add logs for a resolved
launch.json
if "engineLogging" is enabled. PR #5644 - Add threadExit and processExit logging flags for 'cppvsdbg'. PR #5652
Bug Fixes
- Add localization support for autocomplete and hover text. #5370
- Some
updateChannel
fixes. PR #5465 - Fix wrong language standard used with compile commands. #5498
- Fix issue with defines and includes not being handled correctly in
compilerPath
orcompilerArgs
. #5512 - Add gcc/gcc-10 compiler detection. #5540
- Fix
--target
compiler arg getting overridden. #5557- Matt Schulte (@schultetwin1)
- Fix IntelliSense process crashes. #5584, #5629
- Fix Find All References and Rename when multiple references are on the same line. #5568
- Fix an add/remove workspace folder crash. #5591
- Fix default build tasks failing on Windows if the compiler isn't on the PATH. #5604
- Fix updating
files.associations
and .C files being associated with C instead of C++. #5618 - Fix IntelliSense malfunction when RxCpp is used. #5619
- Ignore "screen size is bogus" error when debugging. PR #5669
- nukoyluoglu (@nukoyluoglu)
- Fix potential thread deadlock in cpptools.
- Fix copying a long value from debug watch results in pasting partial value #5470
- Fix Modifying conditional breakpoints #2297
- Fix find .exe in Windows path #3076
Known Issues
- Extension freezes with an Arduino project . #5731