File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# C/C++ for Visual Studio Code Changelog
22
3+ ## Version 1.14.4: February 27, 2023
4+ ### Enhancements
5+ * Add ` c23 ` and ` c2x ` support for clang and gcc modes. [ #7471 ] ( https://github.com/microsoft/vscode-cpptools/issues/7471 )
6+ * Filter out clang-tidy ` #pragma once in main file ` warnings. [ #10539 ] ( https://github.com/microsoft/vscode-cpptools/issues/10539 )
7+
8+ ### Bug Fixes
9+ * Fix ` -- ` in args making compiler querying fail. [ #10529 ] ( https://github.com/microsoft/vscode-cpptools/issues/10529 )
10+ * Fix every .C file being opened in a compile_commands.json if it's build for C++. [ #10540 ] ( https://github.com/microsoft/vscode-cpptools/issues/10540 )
11+ * Fix ` -std=c++ ` not being used in compile_commands.json for .C files. [ #10541 ] ( https://github.com/microsoft/vscode-cpptools/issues/10541 )
12+ * Fix a bug that could cause IntelliSense to randomly stop updating.
13+ * Fix some random failures that could happen during database deletion.
14+ * Fix some random crashes on shutdown.
15+
316## Version 1.14.3: February 14, 2023
417### New Features
518* Add recursive macro expansion on hover. [ #3579 ] ( https://github.com/microsoft/vscode-cpptools/issues/3579 )
You can’t perform that action at this time.
0 commit comments