Skip to content
Open
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
4 changes: 0 additions & 4 deletions extensions/copilot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6211,10 +6211,6 @@
},
"scripts": {
"postinstall": "tsx ./script/postinstall.ts",
"vscode-dts:update": "node script/build/vscodeDtsUpdate.js",
"vscode-dts:check": "node script/build/vscodeDtsCheck.js",
"vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && node script/build/moveProposedDts.js",
"vscode-dts:main": "node node_modules/@vscode/dts/index.js main && node script/build/moveProposedDts.js",
"build": "node .esbuild.ts --sourcemaps",
Comment on lines 6212 to 6214
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

The vscode-dts:* scripts were removed, but @vscode/dts is still listed in devDependencies. A repo-wide search shows no remaining references to @vscode/dts or the removed scripts, so this dependency (and corresponding lockfile entries) is now likely unused and should be removed to reduce install size/time.

Copilot uses AI. Check for mistakes.
"compile": "node .esbuild.ts --dev",
"watch": "npm-run-all -lp watch:esbuild watch:tsc",
Expand Down
Loading