From 876af669cb6410463e898f880de241709d170bd0 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Wed, 20 Mar 2024 10:28:24 +0100 Subject: [PATCH] v1.12.4 --- extensions/ql-vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 680dbb3f20c..6a7e2cce376 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL for Visual Studio Code: Changelog -## [UNRELEASED] +## 1.12.4 - 20 March 2024 - Don't show notification after local query cancellation. [#3489](https://github.com/github/vscode-codeql/pull/3489) - Databases created from [CodeQL test cases](https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/testing-custom-queries) are now copied into a shared VS Code storage location. This avoids a bug where re-running test cases would fail if the test's database is already imported into the workspace. [#3433](https://github.com/github/vscode-codeql/pull/3433)