From 65a3ba96c0fb67a41bc228f3824a8ec63f094658 Mon Sep 17 00:00:00 2001 From: Anders Starcke Henriksen Date: Thu, 29 Jun 2023 10:43:05 +0200 Subject: [PATCH] v1.8.7 --- extensions/ql-vscode/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 736fd06cb..c7f32f628 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -1,7 +1,8 @@ # CodeQL for Visual Studio Code: Changelog -## [UNRELEASED] +## 1.8.7 - 29 June 2023 +- 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) - Add `CodeQL: Quick Evaluation Count` command to generate the count summary statistics of the results set without speding the time to compute locations and strings.