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
8 changes: 4 additions & 4 deletions 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 vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"devDependencies": {
"@types/node": "24.x",
"@types/vscode": "^1.74.0",
"@types/vscode": "^1.108.1",
Copy link

Choose a reason for hiding this comment

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

@types/vscode is now ^1.108.1 while engines.vscode remains ^1.74.0, which can allow compiling against APIs that aren’t guaranteed to exist for the declared supported VS Code range. Consider keeping the typings version aligned with the engine range to prevent runtime-only incompatibilities.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.50.0",
"esbuild": "^0.27.0",
Expand Down
Loading