Merge pull request #1369 from github/elenatanasoiu/fix-casing-query-history

Be consistent about casing in Query History menu
This commit is contained in:
Elena Tanasoiu
2022-06-01 12:24:29 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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"
@@ -523,7 +523,7 @@
},
{
"command": "codeQLQueryHistory.openQueryDirectory",
"title": "Open query directory"
"title": "Open Query Directory"
},
{
"command": "codeQLQueryHistory.showEvalLog",