Skip to content

Commit db6e0cb

Browse files
authored
Merge pull request #12839 from microsoft/seanmcm/1_22_9_update
Last minute updates for 1.22.9
2 parents 827db55 + f9e067f commit db6e0cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Extension/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.22.9: October 10, 2024
3+
## Version 1.22.9: October 14, 2024
44
### Performance Improvements
55
* Initialization performance improvements. [#12030](https://github.com/microsoft/vscode-cpptools/issues/12030)
66
- Some processing is parallelized and started earlier (populating the filename cache, discovering files). [#11954](https://github.com/microsoft/vscode-cpptools/issues/11954), [#12169](https://github.com/microsoft/vscode-cpptools/issues/12169)

Extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6444,10 +6444,10 @@
64446444
],
64456445
"languageModelTools": [
64466446
{
6447-
"id": "cpptools-lmtool-configuration",
6448-
"name": "cpp",
6447+
"name": "cpptools-lmtool-configuration",
6448+
"toolReferenceName": "cpp",
64496449
"displayName": "%c_cpp.languageModelTools.configuration.displayName%",
6450-
"canBeInvokedManually": true,
6450+
"canBeReferencedInPrompt": true,
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)",

0 commit comments

Comments
 (0)