Skip to content

Commit fdb9986

Browse files
committed
Update changelog for 1.23.0.
1 parent e58e963 commit fdb9986

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.22.10: October 21, 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 newlines being removed from hover markdown code blocks. [#12794](https://github.com/microsoft/vscode-cpptools/issues/12794)
10+
* Fix clang-format using `-` instead of `--` args. [#12819](https://github.com/microsoft/vscode-cpptools/issues/12819)
11+
* Fix processing of `compile_commands.json` generated by the clang `-MJ` option. [#12837](https://github.com/microsoft/vscode-cpptools/issues/12837)
12+
* Fix handling of `-I` and `-isystem` with the same path. [#12842](https://github.com/microsoft/vscode-cpptools/issues/12842)
13+
* Fix stale colorization due to delays in updating the open file version. [PR #12851](https://github.com/microsoft/vscode-cpptools/pull/12851)
14+
* Fix redundant progressive squiggle updates. [PR #12876](https://github.com/microsoft/vscode-cpptools/pull/12876)
15+
* Fix some duplicate requests potentially not getting discarded.
16+
317
## Version 1.22.10: October 21, 2024
418
### Bug Fixes
519
* Fix the 'Extract to Function' feature not working.
620
* Fix the 'Go to Next/Prev Preprocessor Conditional' feature not working.
721

8-
## Version 1.22.9: October 10, 2024
22+
## Version 1.22.9: October 14, 2024
923
### Performance Improvements
1024
* Initialization performance improvements. [#12030](https://github.com/microsoft/vscode-cpptools/issues/12030)
1125
- 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)