From 05951b6c7407d6011ebc918096632967c7b7ffe5 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 8 Nov 2022 17:22:50 -0800 Subject: [PATCH] v1.7.5 --- extensions/ql-vscode/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 6674e1c4c0e..ca6fd2ca0ae 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -1,6 +1,8 @@ # CodeQL for Visual Studio Code: Changelog -## [UNRELEASED] +## 1.7.5 - 8 November 2022 + +- Fix a bug where the AST Viewer was not working unless the associated CodeQL library pack is in the workspace. [#1735](https://github.com/github/vscode-codeql/pull/1735) ## 1.7.4 - 29 October 2022