Skip to content

Commit 0aa3fc8

Browse files
committed
Merge branch 'main' of https://github.com/microsoft/vscode-cpptools into dev/garretts/implement-lldb-dap
2 parents 94f0586 + f461208 commit 0aa3fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7964,7 +7964,7 @@
79647964
"userDescription": "%c_cpp.languageModelTools.configuration.userDescription%",
79657965
"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).",
79667966
"icon": "$(file-code)",
7967-
"when": "(config.C_Cpp.experimentalFeatures =~ /^[eE]nabled$/)"
7967+
"when": "(config.C_Cpp.experimental.configuration_lmtool =~ /^[eE]nabled$/)"
79687968
}
79697969
]
79707970
},
@@ -8066,4 +8066,4 @@
80668066
"postcss": "^8.4.31",
80678067
"gulp-typescript/**/glob-parent": "^5.1.2"
80688068
}
8069-
}
8069+
}

0 commit comments

Comments
 (0)