1.19.5
Instructions
Install it via using the Extensions view in VS Code or download a vsix that matches your OS from Assets section below (or the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX...
command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).
Requirements
- VS Code 1.67.0 or later.
Changes
Enhancements
- Change how
args
andcommand
fields are handled incppbuild
tasks, to match the behavior of VS Codeshell
build tasks, including explicitquoting
support. #12001 - Enable C23 IntelliSense support, and add support for
clatest
std
value for MSVC. #12020
Bug Fixes
- Fix the IntelliSense cache not being pruned. #11925
- Fix an issue with duplicate
Add #include
code actions appearing if the same header name exists in multiple locations. #11989 - Fix compiler querying with a
-index-store-path
argument. #12012 - Fix an issue with changes to
C_Cpp.inlayHints
settings not taking effect immediately. #12013 - Fix an issue with how Doxygen
brief
andparam
are displayed on hover. #12015 - Fix an issue preventing the extension from functioning if installed via snap on Linux. #12021
- Fix compiler querying with a
-Xclang -mllvm
argument. #12024 - Fix the include graph lookup not occurring for source files. #12036
- Fix exclusions not applying to dependent headers with recursive includes. #12042
- Fix a potential cpptools process hang on shutdown.