Skip to content

Commit

Permalink
Remove parametersSchema for #cpp (#12768)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmorran committed Sep 25, 2024
1 parent 1e89750 commit 5c588fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6451,7 +6451,6 @@
"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)",
"parametersSchema": {},
"when": "(config.C_Cpp.experimentalFeatures =~ /^[eE]nabled$/)",
"supportedContentTypes": [
"text/plain"
Expand Down

0 comments on commit 5c588fb

Please sign in to comment.