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 @@ -60,7 +60,7 @@
},
"devDependencies": {
"@types/node": "24.x",
"@types/vscode": "^1.74.0",
"@types/vscode": "^1.107.0",
Copy link

Choose a reason for hiding this comment

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

engines.vscode is still ^1.74.0, but @types/vscode is now ^1.107.0; consider keeping these aligned so the type definitions don’t encourage use of APIs newer than the minimum supported VS Code version.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

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