Skip to content

Commit 8d0d360

Browse files
authored
Merge pull request #12770 from microsoft/main
2 parents e9613ae + 2431425 commit 8d0d360

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Extension/CHANGELOG.md

+6
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

+1-2
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",
@@ -6451,7 +6451,6 @@
64516451
"userDescription": "%c_cpp.languageModelTools.configuration.userDescription%",
64526452
"modelDescription": "For the active C or C++ file, this tool provides: the language (C, C++, or CUDA), the language standard version (such as C++11, C++14, C++17, or C++20), the compiler (such as GCC, Clang, or MSVC), the target platform (such as x86, x64, or ARM), and the target architecture (such as 32-bit or 64-bit).",
64536453
"icon": "$(file-code)",
6454-
"parametersSchema": {},
64556454
"when": "(config.C_Cpp.experimentalFeatures =~ /^[eE]nabled$/)",
64566455
"supportedContentTypes": [
64576456
"text/plain"

0 commit comments

Comments
 (0)