Skip to content

Commit 532eee9

Browse files
authored
Update changelog for 1.14.4 (2nd time). (#10606)
* Update changelog for 1.14.4 (2nd time).
1 parent febcf11 commit 532eee9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.14.4: February 27, 2023
3+
## Version 1.14.4: February 28, 2023
44
### Enhancements
55
* Add `c23` and `c2x` support for clang and gcc modes. [#7471](https://github.com/microsoft/vscode-cpptools/issues/7471)
66
* Filter out clang-tidy `#pragma once in main file` warnings. [#10539](https://github.com/microsoft/vscode-cpptools/issues/10539)
7+
* Auto-configure `configurationProvider` even if `default.compilerPath` is set. [PR #10607](https://github.com/microsoft/vscode-cpptools/pull/10607)
78

89
### Bug Fixes
910
* Fix `--` in args making compiler querying fail. [#10529](https://github.com/microsoft/vscode-cpptools/issues/10529)
1011
* 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)
1112
* Fix `-std=c++` not being used in compile_commands.json for .C files. [#10541](https://github.com/microsoft/vscode-cpptools/issues/10541)
13+
* Fix a crash when an error occurs in a forced include. [#10598](https://github.com/microsoft/vscode-cpptools/issues/10598)
14+
* Fix the configuration provider browse cache not getting cleared. [PR #10608](https://github.com/microsoft/vscode-cpptools/pull/10608)
1215
* Fix a bug that could cause IntelliSense to randomly stop updating.
1316
* Fix some random failures that could happen during database deletion.
1417
* Fix some random crashes on shutdown.

0 commit comments

Comments
 (0)