Skip to content

Commit 3b92649

Browse files
authored
Update changelog date. (#13426)
1 parent acc2a84 commit 3b92649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.24.4: March 25, 2025
3+
## Version 1.24.4: March 27, 2025
44
### Enhancements
55
* Add a new `recursiveIncludes` property to `c_cpp_properties.json`. [PR #13374](https://github.com/microsoft/vscode-cpptools/pull/13374)
66
* Turn Copilot hover on by default. [PR #13385](https://github.com/microsoft/vscode-cpptools/pull/13385)
77
* On shutdown, immediately terminate the IntelliSense process instead of waiting 2 seconds.
88

99
### Bug Fixes
1010
* Fix one potential cause of the `get_mangled_function_name` IntelliSense process crash. [#13358](https://github.com/Microsoft/vscode-cpptools/issues/13358)
11-
* Fix Copilot-related logging appearing when it shouldn't. [PR #13388](https://github.com/microsoft/vscode-cpptools/pull/13388)
11+
* Fix Copilot-related logging appearing when it shouldn't. [PR #13388](https://github.com/microsoft/vscode-cpptools/pull/13388), [PR #13417](https://github.com/microsoft/vscode-cpptools/pull/13417)
1212
* Fix relative compiler paths being expanded in `compile_commands.json`. [#13405](https://github.com/microsoft/vscode-cpptools/issues/13405)
1313
* Fix all caps clang-format logging on Windows. [#13406](https://github.com/microsoft/vscode-cpptools/issues/13406)
1414
* Fix an IntelliSense process crash in `handle_function`.

0 commit comments

Comments
 (0)