Skip to content

Commit 3dfc5e5

Browse files
committed
Update changelog for 1.22.6
1 parent 5c588fb commit 3dfc5e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.22.6: September 25, 2024
4+
### Bug Fixes
5+
* Fix a performance regression with tag parsing.
6+
* Fix a document buffer issue related to edits within files containing multi-byte characters.
7+
38
## Version 1.22.5: September 24, 2024
49
### Enhancement
510
* 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)