Skip to content

Commit fd38164

Browse files
committed
Remove feature flag
1 parent 019e377 commit fd38164

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/ && config.codeQL.codeSearch",
970+
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canImportCodeSearch/",
971971
"group": "2_qlContextMenu@1"
972972
},
973973
{

0 commit comments

Comments
 (0)