Skip to content

Commit

Permalink
Merge pull request #12839 from microsoft/seanmcm/1_22_9_update
Browse files Browse the repository at this point in the history
Last minute updates for 1.22.9
  • Loading branch information
sean-mcmanus authored Oct 14, 2024
2 parents 827db55 + f9e067f commit db6e0cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit db6e0cb

Please sign in to comment.