Skip to content

Commit 9672a0b

Browse files
authored
Merge pull request #2478 from github/nora/code-search-feature-flag
Protect codeSearch feature for now
2 parents af9af99 + 897ad5b commit 9672a0b

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)