Skip to content

Commit

Permalink
Merge pull request #1369 from github/elenatanasoiu/fix-casing-query-h…
Browse files Browse the repository at this point in the history
…istory

Be consistent about casing in Query History menu
  • Loading branch information
elenatanasoiu committed Jun 1, 2022
2 parents 642f478 + 1858de5 commit 475d7cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [UNRELEASED]

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

## 1.6.6 - 17 May 2022

Expand Down
4 changes: 2 additions & 2 deletions extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
},
{
"command": "codeQLQueryHistory.openQuery",
"title": "Open the query that produced these results",
"title": "Open the Query that Produced these Results",
"icon": {
"light": "media/light/edit.svg",
"dark": "media/dark/edit.svg"
Expand Down Expand Up @@ -523,7 +523,7 @@
},
{
"command": "codeQLQueryHistory.openQueryDirectory",
"title": "Open query directory"
"title": "Open Query Directory"
},
{
"command": "codeQLQueryHistory.showEvalLog",
Expand Down

0 comments on commit 475d7cc

Please sign in to comment.