We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf15e6 commit 53bb9d7Copy full SHA for 53bb9d7
1 file changed
extensions/ql-vscode/package.json
@@ -595,19 +595,19 @@
595
},
596
{
597
"command": "codeQLQueryResults.down",
598
- "title": "CodeQL: Navigate down in result viewer"
+ "title": "CodeQL: Navigate Down in Result Viewer"
599
600
601
"command": "codeQLQueryResults.up",
602
- "title": "CodeQL: Navigate up in result viewer"
+ "title": "CodeQL: Navigate Up in Result Viewer"
603
604
605
"command": "codeQLQueryResults.right",
606
- "title": "CodeQL: Navigate right in result viewer"
+ "title": "CodeQL: Navigate Right in Result Viewer"
607
608
609
"command": "codeQLQueryResults.left",
610
- "title": "CodeQL: Navigate left in result viewer"
+ "title": "CodeQL: Navigate Left in Result Viewer"
611
612
613
"command": "codeQL.restartQueryServer",
0 commit comments