Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/ql-vscode/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.20.0
v22.21.1
8 changes: 4 additions & 4 deletions extensions/ql-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"engines": {
"vscode": "^1.90.0",
"node": "^22.20.0",
"node": "^22.21.1",
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description contains an error. It states "The previous Node version was v22.20.0. This PR updates the Node version to v22.20.0." Both versions mentioned are the same (v22.20.0), but based on the actual changes in the code, it should read "This PR updates the Node version from v22.20.0 to v22.21.1."

Copilot uses AI. Check for mistakes.
"npm": ">=7.20.6"
},
"categories": [
Expand Down