Skip to content

Commit df93616

Browse files
committed
v1.4.4
1 parent 0327ec3 commit df93616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/ql-vscode/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.4.4 - 19 March 2021
44

5-
- Introduce evaluator options for saving intermediate results to the disk cache (`codeQL.runningQueries.saveCache`) and for limiting the size of this cache (`codeQL.runningQueries.cacheSize`). [#593](https://github.com/github/vscode-codeql/pull/593)
5+
- Introduce evaluator options for saving intermediate results to the disk cache (`codeQL.runningQueries.saveCache`) and for limiting the size of this cache (`codeQL.runningQueries.cacheSize`). [#778](https://github.com/github/vscode-codeql/pull/778)
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)
99
- Implement sorting of the query history view by name, date, and results count. [#777](https://github.com/github/vscode-codeql/pull/777)
1010
- Add a configuration option to pass additional arguments to the CLI when running tests. [#785](https://github.com/github/vscode-codeql/pull/785)
1111
- Introduce option to view query results as CSV. [#784](https://github.com/github/vscode-codeql/pull/784)
12-
- Add some snippets for commonly used QL statements. [#780](https://github.com/github/vscode-codeql/pull/780)
12+
- Add some snippets for commonly used QL statements. [#780](https://github.com/github/vscode-codeql/pull/782)
1313
- More descriptive error messages on QL test failures. [#788](https://github.com/github/vscode-codeql/pull/788)
1414

1515
## 1.4.3 - 22 February 2021

0 commit comments

Comments
 (0)