File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
523523 },
524524 {
525525 "command" : " codeQLQueryHistory.openQueryDirectory" ,
526- "title" : " Open query directory "
526+ "title" : " Open Query Directory "
527527 },
528528 {
529529 "command" : " codeQLQueryHistory.showEvalLog" ,
You can’t perform that action at this time.
0 commit comments