This commit is contained in:
Angela P Wen 2022-10-28 16:11:00 -07:00 коммит произвёл GitHub
Родитель bc10a7a38a
Коммит 77c28e0453
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

4
.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

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

@ -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)