You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
## [UNRELEASED]
4
4
5
+
## 1.4.5 - 22 March 2021
6
+
5
7
- Avoid showing an error popup when user runs a query without `@kind` metadata. [#801](https://github.com/github/vscode-codeql/pull/801)
8
+
- Fix running of tests when the `ms-python` extension is installed. [#803](https://github.com/github/vscode-codeql/pull/803)
6
9
7
10
## 1.4.4 - 19 March 2021
8
11
@@ -13,7 +16,7 @@
13
16
- Implement sorting of the query history view by name, date, and results count. [#777](https://github.com/github/vscode-codeql/pull/777)
14
17
- Add a configuration option to pass additional arguments to the CLI when running tests. [#785](https://github.com/github/vscode-codeql/pull/785)
15
18
- Introduce option to view query results as CSV. [#784](https://github.com/github/vscode-codeql/pull/784)
16
-
- Add some snippets for commonly used QL statements. [#780](https://github.com/github/vscode-codeql/pull/782)
19
+
- Add some snippets for commonly used QL statements. [#782](https://github.com/github/vscode-codeql/pull/782)
17
20
- More descriptive error messages on QL test failures. [#788](https://github.com/github/vscode-codeql/pull/788)
0 commit comments