Merge pull request #2299 from github/v1.8.2

v1.8.2
This commit is contained in:
Anders Starcke Henriksen 2023-04-12 14:52:57 +02:00 коммит произвёл GitHub
Родитель b0940e6da9 3c8dc04845
Коммит c7bb22c312
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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)