Skip to content
Merged
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 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.6.0",
"@types/vscode": "^1.116.0",
"@types/vscode": "^1.115.0",

Copilot AI Apr 17, 2026

Copy link

Choose a reason for hiding this comment

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

The PR title suggests a package update, but this change is a downgrade (1.116 -> 1.115). Please clarify the intent in the PR description/commit message (e.g., aligning with engines.vscode) so reviewers understand why we're moving to an older version.

Copilot uses AI. Check for mistakes.

Copilot AI Apr 17, 2026

Copy link

Choose a reason for hiding this comment

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

Changing @types/vscode from ^1.116.0 to ^1.115.0 still permits installing 1.116.x (caret range). If the goal is to keep typings aligned with engines.vscode (^1.115.0) and avoid newer API types, pin to 1.115.0 (or use ~1.115.0) and regenerate the lockfile so the installed version matches.

Suggested change
"@types/vscode": "^1.115.0",
"@types/vscode": "1.115.0",

Copilot uses AI. Check for mistakes.
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@vscode/vsce": "^3.9.0",
Expand Down
Loading