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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## [UNRELEASED]
4
4
5
+
- Add `CodeQL: Quick Evaluation Count` command to generate the count summary statistics of the results set
6
+
without speding the time to compute locations and strings.
7
+
5
8
## 1.8.6 - 14 June 2023
6
9
7
10
- Add repositories to a variant analysis list with GitHub Code Search. [#2439](https://github.com/github/vscode-codeql/pull/2439) and [#2476](https://github.com/github/vscode-codeql/pull/2476)
@@ -14,9 +17,6 @@
14
17
- Update text of copy and export buttons in variant analysis results view to clarify that they only copy/export the selected/filtered results. [#2427](https://github.com/github/vscode-codeql/pull/2427)
15
18
- Add warning when using unsupported CodeQL CLI version. [#2428](https://github.com/github/vscode-codeql/pull/2428)
16
19
- Retry variant analysis results download if connection times out. [#2440](https://github.com/github/vscode-codeql/pull/2440)
17
-
- Add `CodeQL: Quick Evaluation Count` command to generate the count of the selected item without having to compute locations or strings.
18
-
- Add `CodeQL: Quick Evaluation Count` command to generate the count summary statistics of the results set
19
-
without speding the time to compute locations and strings.
0 commit comments