Skip to content

Commit 9cb4b9d

Browse files
asgerfaeisenberg
andauthored
Update extensions/ql-vscode/package.json
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent bdf7208 commit 9cb4b9d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

extensions/ql-vscode/package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -592,22 +592,19 @@
592592
{
593593
"command": "codeQLQueryHistory.copyRepoList",
594594
"title": "Copy Repository List"
595-
},
596-
{
597-
"command": "codeQLQueryResults.down",
598-
"title": "CodeQL: Navigate Down in Result Viewer"
595+
"title": "CodeQL: Navigate Down in Local Result Viewer"
599596
},
600597
{
601598
"command": "codeQLQueryResults.up",
602-
"title": "CodeQL: Navigate Up in Result Viewer"
599+
"title": "CodeQL: Navigate Up in Local Result Viewer"
603600
},
604601
{
605602
"command": "codeQLQueryResults.right",
606-
"title": "CodeQL: Navigate Right in Result Viewer"
603+
"title": "CodeQL: Navigate Right in Local Result Viewer"
607604
},
608605
{
609606
"command": "codeQLQueryResults.left",
610-
"title": "CodeQL: Navigate Left in Result Viewer"
607+
"title": "CodeQL: Navigate Left in Local Result Viewer"
611608
},
612609
{
613610
"command": "codeQL.restartQueryServer",

0 commit comments

Comments
 (0)