Skip to content

Commit 1e89750

Browse files
authored
1.22.5 changelog (#12762)
* Update changelog for 1.22.5.
1 parent 4079b1e commit 1e89750

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.22.5: September 24, 2024
4+
### Enhancement
5+
* Add the database path to the `C/C++: Log Diagnostics` output.
6+
7+
### Bug Fixes
8+
* Fix some synchronization and crash issues with `handle_edits`. [#12747](https://github.com/microsoft/vscode-cpptools/issues/12747)
9+
* Fix usage of `#cpp` with Copilot chat. [PR #12755](https://github.com/microsoft/vscode-cpptools/pull/12755)
10+
* Fix some document buffer issues.
11+
312
## Version 1.22.4: September 19, 2024
413
### Enhancements
514
* Performance improvements related to how custom configurations are processed. [#12632](https://github.com/microsoft/vscode-cpptools/issues/12632)

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

0 commit comments

Comments
 (0)