Skip to content

Commit

Permalink
v1.7.3 (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen authored Oct 28, 2022
1 parent bc10a7a commit 77c28e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 77c28e0

Please sign in to comment.