From 3c8dc04845c0ef35abf8d4a0c19283f052cb9840 Mon Sep 17 00:00:00 2001 From: Anders Starcke Henriksen Date: Wed, 12 Apr 2023 14:20:22 +0200 Subject: [PATCH] v1.8.2 --- 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 ecd640ecd..f1e7b49c1 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.2 - 12 April 2023 +- Fix bug where users could end up with the mananged CodeQL CLI getting uninstalled during upgrades and not reinstalled. [#2294](https://github.com/github/vscode-codeql/pull/2294) - Fix bug that was causing code flows to not get updated when switching between results. [#2288](https://github.com/github/vscode-codeql/pull/2288) - Restart the CodeQL language server whenever the _CodeQL: Restart Query Server_ command is invoked. This avoids bugs where the CLI version changes to support new language features, but the language server is not updated. [#2238](https://github.com/github/vscode-codeql/pull/2238)