Skip to content

Commit 493e8d9

Browse files
authored
Hide the language filter behind an extra flag (#2881)
1 parent 27a7474 commit 493e8d9

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
@@ -1077,7 +1077,7 @@
10771077
},
10781078
{
10791079
"submenu": "codeQLDatabases.languages",
1080-
"when": "view == codeQLDatabases && config.codeQL.canary",
1080+
"when": "view == codeQLDatabases && config.codeQL.canary && config.codeQL.showLanguageFilter",
10811081
"group": "2_databases@0"
10821082
},
10831083
{

0 commit comments

Comments
 (0)