From e055f9da94767d9231cd33ce24016741be0dcf58 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Fri, 28 Oct 2022 15:47:38 -0700 Subject: [PATCH] v1.7.3 --- .github/workflows/main.yml | 4 ++-- extensions/ql-vscode/CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b871cf3d84b..24956828ece 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: '16.14.0' + node-version: '16.14.2' - name: Install dependencies working-directory: extensions/ql-vscode @@ -156,7 +156,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: '16.14.0' + node-version: '16.14.2' - name: Install dependencies working-directory: extensions/ql-vscode diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 938c4d2b5d8..9786d25e60a 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.7.3 - 28 October 2022 - Fix a bug where databases may be lost if VS Code is restarted while the extension is being started up. [#1638](https://github.com/github/vscode-codeql/pull/1638) - Add commands for navigating up, down, left, or right in the result viewer. Previously there were only commands for moving up and down the currently-selected path. We suggest binding keyboard shortcuts to these commands, for navigating the result viewer using the keyboard. [#1568](https://github.com/github/vscode-codeql/pull/1568)