Add 'codeSearch' feature flag
This commit is contained in:
@@ -967,7 +967,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "codeQLVariantAnalysisRepositories.importFromCodeSearch",
|
"command": "codeQLVariantAnalysisRepositories.importFromCodeSearch",
|
||||||
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canImportCodeSearch/",
|
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canImportCodeSearch/ && config.codeQL.codeSearch",
|
||||||
"group": "2_qlContextMenu@1"
|
"group": "2_qlContextMenu@1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user