v1.8.10 (#2710)
This commit is contained in:
Родитель
96660ebbf9
Коммит
0c2773481a
|
@ -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)
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче