Skip to content

Commit bcc7d61

Browse files
authored
1.14.4 changelog (#10590)
1 parent 3c5e7e2 commit bcc7d61

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Extension/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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)

0 commit comments

Comments
 (0)