Release preparation for v1.5.11

This commit is contained in:
Andrew Eisenberg 2022-02-10 11:32:04 -08:00
Родитель 55c21888af
Коммит bd5da2b0f0
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,9 +1,10 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.11 - 10 February 2022
- Fix a bug where invoking _View AST_ from the file explorer would not view the selected file. Instead it would view the active editor. Also, prevent the _View AST_ from appearing if the current selection includes a directory or multiple files. [#1113](https://github.com/github/vscode-codeql/pull/1113)
- Add query history items as soon as a query is run, including new icons for each history item. [#1094](https://github.com/github/vscode-codeql/pull/1094)
- Allow in-progress query items to be cancelled from the query history view. [#1105](https://github.com/github/vscode-codeql/pull/1105)
## 1.5.10 - 25 January 2022