Skip to content

Commit 7e70f8b

Browse files
committed
Be consistent about casing in Query History
Reported here: github/code-scanning#6008 We originally started out by capitalizing each word [1], but made some small changes [2] which resulted in our Query History options being inconsistent. Let's fix that. [1]: https://github.com/github/vscode-codeql/blame/a5da5564969a0f37f95f1fe8b856f60810fc5caa/extensions/ql-vscode/package.json [1]: b470e41
1 parent e417bea commit 7e70f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
},
472472
{
473473
"command": "codeQLQueryHistory.openQuery",
474-
"title": "Open the query that produced these results",
474+
"title": "Open the Query that Produced these Results",
475475
"icon": {
476476
"light": "media/light/edit.svg",
477477
"dark": "media/dark/edit.svg"
@@ -523,7 +523,7 @@
523523
},
524524
{
525525
"command": "codeQLQueryHistory.openQueryDirectory",
526-
"title": "Open query directory"
526+
"title": "Open Query Directory"
527527
},
528528
{
529529
"command": "codeQLQueryHistory.showEvalLog",

0 commit comments

Comments
 (0)