Skip to content

Commit 0c27734

Browse files
authored
v1.8.10 (#2710)
1 parent 96660eb commit 0c27734

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extensions/ql-vscode/CHANGELOG.md

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

3-
## [UNRELEASED]
3+
## 1.8.10 - 15 August 2023
44

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

extensions/ql-vscode/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"engines": {
1616
"vscode": "^1.67.0",
17-
"node": "^16.13.0",
17+
"node": "^16.17.1",
1818
"npm": ">=7.20.6"
1919
},
2020
"categories": [

0 commit comments

Comments
 (0)