Update changelog for 1.22.6 (#12769)

This commit is contained in:
Colen Garoutte-Carson
2024-09-25 15:39:41 -07:00
committed by GitHub
parent 5c588fba0c
commit 24314254db
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# C/C++ for Visual Studio Code Changelog
## Version 1.22.6: September 25, 2024
### Bug Fixes
* Fix an issue with usage of `#cpp` with Copilot chat. [vscode-copilot-release#1634](https://github.com/microsoft/vscode-copilot-release/issues/1634)
* Fix a performance regression with tag parsing.
* Fix a document buffer issue related to edits within files containing multi-byte characters.
## Version 1.22.5: September 24, 2024
### Enhancement
* Add the database path to the `C/C++: Log Diagnostics` output.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "1.22.5-main",
"version": "1.22.6-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",