Skip to content
Closed
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
8 changes: 4 additions & 4 deletions 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 @@ -165,7 +165,7 @@
"@types/glob": "^9.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "26.1.1",
"@types/vscode": "^1.85.0",
"@types/vscode": "^1.125.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Types exceed engine version

High Severity

@types/vscode was raised to ^1.125.0 while engines.vscode remains ^1.85.0. vsce rejects that mismatch, so packaging and publishing fail. The previous constraint matched the engine version, so this bump introduces the incompatibility.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b543e68. Configure here.

"@typescript-eslint/eslint-plugin": "^8.64.0",
"@typescript-eslint/parser": "^8.64.0",
"@vscode/test-electron": "^3.0.0",
Expand Down
Loading