Skip to content

Commit 8cb1def

Browse files
authored
Update changelog for 1.23.0 (#12880)
* Update changelog for 1.23.0.
1 parent 5416e79 commit 8cb1def

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.23.0: October 24, 2024
4+
### Enhancements
5+
* Update to clang-format and clang-tidy 19.1.2. [#12824](https://github.com/microsoft/vscode-cpptools/issues/12824)
6+
7+
### Bug Fixes
8+
* Fix some translation issues. [#7824](https://github.com/microsoft/vscode-cpptools/issues/7824), [#12439](https://github.com/microsoft/vscode-cpptools/issues/12439), [#12440](https://github.com/microsoft/vscode-cpptools/issues/12440), [#12441](https://github.com/microsoft/vscode-cpptools/issues/12441)
9+
* Fix a bug with 'Select IntelliSense Configuration'. [#12705](https://github.com/microsoft/vscode-cpptools/issues/12705)
10+
* Fix newlines being removed from hover markdown code blocks. [#12794](https://github.com/microsoft/vscode-cpptools/issues/12794)
11+
* Fix clang-format using `-` instead of `--` args. [#12819](https://github.com/microsoft/vscode-cpptools/issues/12819)
12+
* Fix processing of `compile_commands.json` generated by the clang `-MJ` option. [#12837](https://github.com/microsoft/vscode-cpptools/issues/12837)
13+
* Fix handling of `-I` and `-isystem` with the same path. [#12842](https://github.com/microsoft/vscode-cpptools/issues/12842)
14+
* Fix stale colorization due to delays in updating the open file version. [PR #12851](https://github.com/microsoft/vscode-cpptools/pull/12851)
15+
* Fix redundant progressive squiggle updates. [PR #12876](https://github.com/microsoft/vscode-cpptools/pull/12876)
16+
* Fix inactive regions with multi-byte UTF-8 characters. [#12879](https://github.com/microsoft/vscode-cpptools/issues/12879)
17+
* Fix some duplicate requests potentially not getting discarded.
18+
* Fix a random crash in `start_process_and_wait_for_exit`.
19+
320
## Version 1.22.10: October 21, 2024
421
### Bug Fixes
522
* Fix the 'Extract to Function' feature not working.
623
* Fix the 'Go to Next/Prev Preprocessor Conditional' feature not working.
724

8-
## Version 1.22.9: October 10, 2024
25+
## Version 1.22.9: October 14, 2024
926
### Performance Improvements
1027
* Initialization performance improvements. [#12030](https://github.com/microsoft/vscode-cpptools/issues/12030)
1128
- Some processing is parallelized and started earlier (populating the filename cache, discovering files). [#11954](https://github.com/microsoft/vscode-cpptools/issues/11954), [#12169](https://github.com/microsoft/vscode-cpptools/issues/12169)

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.22.9-main",
5+
"version": "1.23.0-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)