v1.8.10 (#2710)
Some checks failed
Release / Release (push) Has been cancelled
Release / Publish to VS Code Marketplace (push) Has been cancelled
Release / Publish to Open VSX Registry (push) Has been cancelled

This commit is contained in:
Charis Kyriakou
2023-08-15 10:41:34 +01:00
committed by GitHub
parent 96660ebbf9
commit 0c2773481a
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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"
}

View File

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