Skip to content

Commit ee71e1f

Browse files
authored
Update changelog for 1.23.2 (2nd time) (#13024)
1 parent 05d43dc commit ee71e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
### Version 1.23.2: December 5, 2024
44
### Enhancements
5+
* Changes to how paths are internally canonicalized on Linux and macOS, avoiding file system access to improve performance and delay resolution of symbolic links. [#12924](https://github.com/microsoft/vscode-cpptools/issues/12924)
56
* Add handling of `-fno-char8_t` and `-fchar8_t` compiler arguments. [#12968](https://github.com/microsoft/vscode-cpptools/issues/12968)
67
* Add support for providing well-known compiler argument information to Copilot Completions. [PR #12979](https://github.com/microsoft/vscode-cpptools/pull/12979)
78
* Fixed unnecessary cancellation of Copilot context requests. [PR #12988](https://github.com/microsoft/vscode-cpptools/pull/12988)
89
* Add support for passing an additional parameter to `C_Cpp.ConfigurationSelect` command. [PR #12993](https://github.com/microsoft/vscode-cpptools/pull/12993)
910
* Thank you for the contribution. [@adrianstephens](https://github.com/adrianstephens)
1011
* Update clang-format and clang-tidy from 19.1.2 to 19.1.5.
11-
* Changes to how paths are internally canonicalized on Linux and macOS, avoiding file system access to improve performance and delay resolution of symbolic links.
1212

1313
### Bug Fixes
1414
* Increase clang-format timeout from 10 seconds to 30 seconds. [#10213](https://github.com/microsoft/vscode-cpptools/issues/10213)
@@ -21,6 +21,7 @@
2121
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12948](https://github.com/microsoft/vscode-cpptools/pull/12948)
2222
* Fix an issue in which a `didOpen` event was processed before the language client was fully started. [#12954](https://github.com/microsoft/vscode-cpptools/issues/12954)
2323
* Fix IntelliSense issues related to large header files (>32K) and encodings other than UTF-8.
24+
* Fix a deadlock.
2425

2526
### Version 1.23.1: November 6, 2024
2627
### Bug Fixes

0 commit comments

Comments
 (0)