Skip to content

Commit

Permalink
Merge pull request #2398 from github/v1.8.4
Browse files Browse the repository at this point in the history
v1.8.4
  • Loading branch information
robertbrignull authored May 3, 2023
2 parents 5360f03 + 1c2fc37 commit ab9dd6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# CodeQL for Visual Studio Code: Changelog

## [UNRELEASED]
## 1.8.4 - 3 May 2023

- Avoid repeated error messages when unable to monitor a variant analysis. [#2396](https://github.com/github/vscode-codeql/pull/2396)
- Fix bug where a variant analysis didn't display the `#select` results set correctly when the [query metadata](https://codeql.github.com/docs/writing-codeql-queries/about-codeql-queries/#query-metadata) didn't exactly match the query results. [#2395](https://github.com/github/vscode-codeql/pull/2395)
- On the variant analysis results page, show the count of successful analyses instead of completed analyses, and indicate the reason why analyses were not successful. [#2349](https://github.com/github/vscode-codeql/pull/2349)
- Fix bug where the "CodeQL: Set Current Database" command didn't always select the database. [#2384](https://github.com/github/vscode-codeql/pull/2384)

Expand Down

0 comments on commit ab9dd6a

Please sign in to comment.