Skip to content

Commit 1b21b69

Browse files
authored
Update changelog for 1.23.1 (#12931)
* Update changelog for 1.23.1
1 parent 390046c commit 1b21b69

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Extension/CHANGELOG.md

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

3+
### Version 1.23.1: November 6, 2024
4+
### Bug Fixes
5+
* A potential fix for a crash during process shutdown (in `uv_run`). [#12668](https://github.com/microsoft/vscode-cpptools/issues/12668)
6+
* Fix a performance issue where some LSP requests would delay other LSP requests. [#12905](https://github.com/microsoft/vscode-cpptools/issues/12905)
7+
* A potential fix for a crash in cpptools (in `report_intellisense_results`).
8+
* Fix a random deadlock in `handle_edits`.
9+
* Other internal fixes.
10+
11+
## Version 1.22.11: November 5, 2024
12+
### Bug Fixes
13+
* Fix system includes incorrectly being treated as non-system includes when specified with `-I`. [#12842](https://github.com/microsoft/vscode-cpptools/issues/12842)
14+
* Fix inactive region ranges when multi-byte UTF-8 characters are used. [#12879](https://github.com/microsoft/vscode-cpptools/issues/12879)
15+
* Fix formatting with `.editorconfig` files. [#12921](https://github.com/microsoft/vscode-cpptools/issues/12921)
16+
317
## Version 1.23.0: October 29, 2024
418
### Enhancements
519
* Update to clang-format and clang-tidy 19.1.2. [#12824](https://github.com/microsoft/vscode-cpptools/issues/12824)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.23.0-main",
5+
"version": "1.23.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)