Skip to content

Commit 856eeb0

Browse files
CopilotRodgeFu
andcommitted
Move debug package to devDependencies in typespec-vscode
The debug package is only used during development/build time for the VSCode extension, not at runtime, so it should be in devDependencies rather than dependencies. Co-authored-by: RodgeFu <6038235+RodgeFu@users.noreply.github.com>
1 parent 21ba492 commit 856eeb0

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

packages/typespec-vscode/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,7 @@
310310
"vscode-languageclient": "~9.0.1",
311311
"which": "^6.0.0",
312312
"yaml": "~2.8.2",
313-
"@types/debug": "~4.1.12"
314-
},
315-
"dependencies": {
313+
"@types/debug": "~4.1.12",
316314
"debug": "~4.4.0"
317315
}
318316
}

pnpm-lock.yaml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)