diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 71a2ad23eb..3e83e1a790 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.22.9: October 10, 2024 +## Version 1.22.9: October 14, 2024 ### Performance Improvements * Initialization performance improvements. [#12030](https://github.com/microsoft/vscode-cpptools/issues/12030) - 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) diff --git a/Extension/package.json b/Extension/package.json index 99310ee1c2..9b238c6676 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -6444,10 +6444,10 @@ ], "languageModelTools": [ { - "id": "cpptools-lmtool-configuration", - "name": "cpp", + "name": "cpptools-lmtool-configuration", + "toolReferenceName": "cpp", "displayName": "%c_cpp.languageModelTools.configuration.displayName%", - "canBeInvokedManually": true, + "canBeReferencedInPrompt": true, "userDescription": "%c_cpp.languageModelTools.configuration.userDescription%", "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).", "icon": "$(file-code)",