Skip to content

Commit 4185c34

Browse files
Fix test failure.
1 parent 3baa0a3 commit 4185c34

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,18 @@
690690
"command": "codeQLQueryHistory.compareWith",
691691
"when": "false"
692692
},
693+
{
694+
"command": "codeQLQueryHistory.sortByName",
695+
"when": "false"
696+
},
697+
{
698+
"command": "codeQLQueryHistory.sortByDate",
699+
"when": "false"
700+
},
701+
{
702+
"command": "codeQLQueryHistory.sortByCount",
703+
"when": "false"
704+
},
693705
{
694706
"command": "codeQLAstViewer.gotoCode",
695707
"when": "false"

0 commit comments

Comments
 (0)