Hide the language filter behind an extra flag (#2881)

This commit is contained in:
Shati Patel
2023-09-28 16:47:25 +02:00
committed by GitHub
parent 27a7474f2b
commit 493e8d915e

View File

@@ -1077,7 +1077,7 @@
},
{
"submenu": "codeQLDatabases.languages",
"when": "view == codeQLDatabases && config.codeQL.canary",
"when": "view == codeQLDatabases && config.codeQL.canary && config.codeQL.showLanguageFilter",
"group": "2_databases@0"
},
{