You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Extension/CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
### Version 1.23.2: December 5, 2024
4
4
### 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)
5
6
* Add handling of `-fno-char8_t` and `-fchar8_t` compiler arguments. [#12968](https://github.com/microsoft/vscode-cpptools/issues/12968)
6
7
* Add support for providing well-known compiler argument information to Copilot Completions. [PR #12979](https://github.com/microsoft/vscode-cpptools/pull/12979)
7
8
* Fixed unnecessary cancellation of Copilot context requests. [PR #12988](https://github.com/microsoft/vscode-cpptools/pull/12988)
8
9
* Add support for passing an additional parameter to `C_Cpp.ConfigurationSelect` command. [PR #12993](https://github.com/microsoft/vscode-cpptools/pull/12993)
9
10
* Thank you for the contribution. [@adrianstephens](https://github.com/adrianstephens)
10
11
* 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.
12
12
13
13
### Bug Fixes
14
14
* Increase clang-format timeout from 10 seconds to 30 seconds. [#10213](https://github.com/microsoft/vscode-cpptools/issues/10213)
@@ -21,6 +21,7 @@
21
21
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw)[PR #12948](https://github.com/microsoft/vscode-cpptools/pull/12948)
22
22
* 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)
23
23
* Fix IntelliSense issues related to large header files (>32K) and encodings other than UTF-8.
0 commit comments