Skip to content

Commit 2431425

Browse files
authored
Update changelog for 1.22.6 (#12769)
1 parent 5c588fb commit 2431425

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.22.6: September 25, 2024
4+
### Bug Fixes
5+
* Fix an issue with usage of `#cpp` with Copilot chat. [vscode-copilot-release#1634](https://github.com/microsoft/vscode-copilot-release/issues/1634)
6+
* Fix a performance regression with tag parsing.
7+
* Fix a document buffer issue related to edits within files containing multi-byte characters.
8+
39
## Version 1.22.5: September 24, 2024
410
### Enhancement
511
* Add the database path to the `C/C++: Log Diagnostics` output.

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

0 commit comments

Comments
 (0)