This commit is contained in:
Charis Kyriakou 2023-08-15 10:41:34 +01:00 коммит произвёл GitHub
Родитель 96660ebbf9
Коммит 0c2773481a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,6 +1,6 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.8.10 - 15 August 2023
- Add a code lens to make the `CodeQL: Open Referenced File` command more discoverable. Click the "Open referenced file" prompt in a `.qlref` file to jump to the referenced `.ql` file. [#2704](https://github.com/github/vscode-codeql/pull/2704)

2
extensions/ql-vscode/package-lock.json сгенерированный
Просмотреть файл

@ -147,7 +147,7 @@
"webpack-cli": "^5.0.1"
},
"engines": {
"node": "^16.13.0",
"node": "^16.17.1",
"npm": ">=7.20.6",
"vscode": "^1.67.0"
}

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

@ -14,7 +14,7 @@
},
"engines": {
"vscode": "^1.67.0",
"node": "^16.13.0",
"node": "^16.17.1",
"npm": ">=7.20.6"
},
"categories": [