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
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# CodeQL for Visual Studio Code: Changelog
2
2
3
-
## [UNRELEASED]
3
+
## 1.8.8 - 17 July 2023
4
4
5
5
- Remove support for CodeQL CLI versions older than 2.9.4. [#2610](https://github.com/github/vscode-codeql/pull/2610)
6
6
- Implement syntax highlighting for the `additional` and `default` keywords. [#2609](https://github.com/github/vscode-codeql/pull/2609)
7
7
8
8
## 1.8.7 - 29 June 2023
9
9
10
10
- Show a run button on the file tab for query files, that will start a local query. This button will only show when a local database is selected in the extension. [#2544](https://github.com/github/vscode-codeql/pull/2544)
11
-
- Add `CodeQL: Quick Evaluation Count` command to generate the count summary statistics of the results set
12
-
without spending the time to compute locations and strings.
11
+
- Add a `CodeQL: Quick Evaluation Count` command to generate the count summary statistics of the results set
12
+
without spending the time to compute locations and strings.[#2475](https://github.com/github/vscode-codeql/pull/2475)
0 commit comments