Skip to content

Commit 897ad5b

Browse files
committed
Add 'codeSearch' feature flag
1 parent 0d390aa commit 897ad5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
},
968968
{
969969
"command": "codeQLVariantAnalysisRepositories.importFromCodeSearch",
970-
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canImportCodeSearch/",
970+
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canImportCodeSearch/ && config.codeQL.codeSearch",
971971
"group": "2_qlContextMenu@1"
972972
},
973973
{

0 commit comments

Comments
 (0)