Title-case command names, like other commands

This commit is contained in:
Asger F
2022-10-21 13:53:44 +02:00
parent cbf15e6d02
commit 53bb9d797b

View File

@@ -595,19 +595,19 @@
},
{
"command": "codeQLQueryResults.down",
"title": "CodeQL: Navigate down in result viewer"
"title": "CodeQL: Navigate Down in Result Viewer"
},
{
"command": "codeQLQueryResults.up",
"title": "CodeQL: Navigate up in result viewer"
"title": "CodeQL: Navigate Up in Result Viewer"
},
{
"command": "codeQLQueryResults.right",
"title": "CodeQL: Navigate right in result viewer"
"title": "CodeQL: Navigate Right in Result Viewer"
},
{
"command": "codeQLQueryResults.left",
"title": "CodeQL: Navigate left in result viewer"
"title": "CodeQL: Navigate Left in Result Viewer"
},
{
"command": "codeQL.restartQueryServer",