Skip to content

Remove unused d.ts update scripts#310339

Open
mjbvz wants to merge 1 commit intomicrosoft:mainfrom
mjbvz:dev/mjbvz/cooing-baboon
Open

Remove unused d.ts update scripts#310339
mjbvz wants to merge 1 commit intomicrosoft:mainfrom
mjbvz:dev/mjbvz/cooing-baboon

Conversation

@mjbvz
Copy link
Copy Markdown
Collaborator

@mjbvz mjbvz commented Apr 15, 2026

We pull these in directly from src now

We pull these in directly from `src` now
Copilot AI review requested due to automatic review settings April 15, 2026 23:39
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes obsolete vscode-dts:* npm scripts from the Copilot extension now that VS Code .d.ts updates are pulled directly from src.

Changes:

  • Deleted vscode-dts:update, vscode-dts:check, vscode-dts:dev, and vscode-dts:main scripts from extensions/copilot/package.json.
Show a summary per file
File Description
extensions/copilot/package.json Removes unused vscode-dts:* scripts from the extension’s npm scripts section.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment on lines 6212 to 6214
"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",
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants