Skip to content

Commit eceacae

Browse files
committed
Disable comparePerformanceWith command in command palette
1 parent 53cea03 commit eceacae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/ql-vscode/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,10 @@
17381738
"command": "codeQLQueryHistory.compareWith",
17391739
"when": "false"
17401740
},
1741+
{
1742+
"command": "codeQLQueryHistory.comparePerformanceWith",
1743+
"when": "false"
1744+
},
17411745
{
17421746
"command": "codeQLQueryHistory.sortByName",
17431747
"when": "false"

0 commit comments

Comments
 (0)