Skip to content

Commit 3e3a405

Browse files
Apply suggestions from code review
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent bda80c2 commit 3e3a405

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Respect the `codeQL.runningQueries.numberOfThreads` setting when creating SARIF files during result interpretation. [#771](https://github.com/github/vscode-codeql/pull/771)
77
- Allow using raw LGTM project slugs for fetching LGTM databases. [#769](https://github.com/github/vscode-codeql/pull/769)
88
- Better error messages when BQRS interpretation fails to produce SARIF. [#770](https://github.com/github/vscode-codeql/pull/770)
9-
- Implement sorting of the query history view by name, date, and results count. [#767](https://github.com/github/vscode-codeql/pull/767)
9+
- Implement sorting of the query history view by name, date, and results count. [#777](https://github.com/github/vscode-codeql/pull/777)
1010

1111
## 1.4.3 - 22 February 2021
1212

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
"codeQL.queryHistory.format": {
181181
"type": "string",
182-
"default": "%q on %d - %s, %r results [%t]",
182+
"default": "%q on %d - %s, %r result count [%t]",
183183
"description": "Default string for how to label query history items. %t is the time of the query, %q is the query name, %d is the database name, %r is the number of results, and %s is a status string."
184184
},
185185
"codeQL.runningTests.numberOfThreads": {

0 commit comments

Comments
 (0)