Skip to content

Commit e8c8e55

Browse files
committed
Swap Enhancements and Bug Fixes sections
1 parent e84e34e commit e8c8e55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Extension/CHANGELOG.md

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

33
### Version 1.23.2: December 5, 2024
4+
### Enhancements
5+
* Add handling of `-fno-char8_t` and `-fchar8_t` compiler arguments. [#12968](https://github.com/microsoft/vscode-cpptools/issues/12968)
6+
* Add support for providing well-known compiler argument information to Copilot Completions. [#12979](https://github.com/microsoft/vscode-cpptools/pull/12979)
7+
* Add support for passing an additional parameter to `C_Cpp.ConfigurationSelect` command. [#12993](https://github.com/microsoft/vscode-cpptools/pull/12993)
8+
* Thank you for the contribution. [@adrianstephens](https://github.com/adrianstephens)
9+
* Update clang-format and clang-tidy from 19.1.2 to 19.1.5.
10+
* Changes to how paths are internally canonicalized on Linux and macOS, avoiding file system access to improve performance and delay resolution of symbolic links.
11+
412
### Bug Fixes
513
* Increase clang-format timeout from 10 seconds to 30 seconds. [#10213](https://github.com/microsoft/vscode-cpptools/issues/10213)
614
* Fix casing of path in include completion tooltip on Windows. [#12895](https://github.com/microsoft/vscode-cpptools/issues/12895)
@@ -13,14 +21,6 @@
1321
* 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)
1422
* Fix IntelliSense issues related to large header files (>32K) and encodings other than UTF-8.
1523

16-
### Enhancements
17-
* Add handling of `-fno-char8_t` and `-fchar8_t` compiler arguments. [#12968](https://github.com/microsoft/vscode-cpptools/issues/12968)
18-
* Add support for providing well-known compiler argument information to Copilot Completions. [#12979](https://github.com/microsoft/vscode-cpptools/pull/12979)
19-
* Add support for passing an additional parameter to `C_Cpp.ConfigurationSelect` command. [#12993](https://github.com/microsoft/vscode-cpptools/pull/12993)
20-
* Thank you for the contribution. [@adrianstephens](https://github.com/adrianstephens)
21-
* Update clang-format and clang-tidy from 19.1.2 to 19.1.5.
22-
* Changes to how paths are internally canonicalized on Linux and macOS, avoiding file system access to improve performance and delay resolution of symbolic links.
23-
2424
### Version 1.23.1: November 6, 2024
2525
### Bug Fixes
2626
* A potential fix for a crash during process shutdown (in `uv_run`). [#12668](https://github.com/microsoft/vscode-cpptools/issues/12668)

0 commit comments

Comments
 (0)