Skip to content

Commit 53bb9d7

Browse files
committed
Title-case command names, like other commands
1 parent cbf15e6 commit 53bb9d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/ql-vscode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,19 +595,19 @@
595595
},
596596
{
597597
"command": "codeQLQueryResults.down",
598-
"title": "CodeQL: Navigate down in result viewer"
598+
"title": "CodeQL: Navigate Down in Result Viewer"
599599
},
600600
{
601601
"command": "codeQLQueryResults.up",
602-
"title": "CodeQL: Navigate up in result viewer"
602+
"title": "CodeQL: Navigate Up in Result Viewer"
603603
},
604604
{
605605
"command": "codeQLQueryResults.right",
606-
"title": "CodeQL: Navigate right in result viewer"
606+
"title": "CodeQL: Navigate Right in Result Viewer"
607607
},
608608
{
609609
"command": "codeQLQueryResults.left",
610-
"title": "CodeQL: Navigate left in result viewer"
610+
"title": "CodeQL: Navigate Left in Result Viewer"
611611
},
612612
{
613613
"command": "codeQL.restartQueryServer",

0 commit comments

Comments
 (0)