1.14.4
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
- Add
c23andc2xsupport for clang and gcc modes. #7471 - Filter out clang-tidy
#pragma once in main filewarnings. #10539 - Auto-configure
configurationProvidereven ifdefault.compilerPathis set. PR #10607
Bug Fixes
- Fix
--in args making compiler querying fail. #10529 - Fix every .C file being opened in a compile_commands.json if it's build for C++. #10540
- Fix
-std=c++not being used in compile_commands.json for .C files. #10541 - Fix a crash when an error occurs in a forced include. #10598
- Fix the configuration provider browse cache not getting cleared. PR #10608
- Fix a bug that could cause IntelliSense to randomly stop updating.
- Fix some random failures that could happen during database deletion.
- Fix some random crashes on shutdown.