Skip to content

Commit 77c28e0

Browse files
authored
v1.7.3 (#1675)
1 parent bc10a7a commit 77c28e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- uses: actions/setup-node@v1
8484
with:
85-
node-version: '16.14.0'
85+
node-version: '16.14.2'
8686

8787
- name: Install dependencies
8888
working-directory: extensions/ql-vscode
@@ -156,7 +156,7 @@ jobs:
156156

157157
- uses: actions/setup-node@v1
158158
with:
159-
node-version: '16.14.0'
159+
node-version: '16.14.2'
160160

161161
- name: Install dependencies
162162
working-directory: extensions/ql-vscode

extensions/ql-vscode/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.7.3 - 28 October 2022
44

55
- 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)
66
- 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)

0 commit comments

Comments
 (0)