Skip to content

Commit 475d7cc

Browse files
Merge pull request #1369 from github/elenatanasoiu/fix-casing-query-history
Be consistent about casing in Query History menu
2 parents 642f478 + 1858de5 commit 475d7cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [UNRELEASED]
44

55
- Prints end-of-query evaluator log summaries to the Query Log. [#1349](https://github.com/github/vscode-codeql/pull/1349)
6+
- Be consistent about casing in Query History menu. [#1369](https://github.com/github/vscode-codeql/pull/1369)
67

78
## 1.6.6 - 17 May 2022
89

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
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)