We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67cf25 commit 94f2fa8Copy full SHA for 94f2fa8
1 file changed
vscode/extension/package.json
@@ -72,7 +72,7 @@
72
"check-types": "tsc --noEmit",
73
"watch": "node esbuild.js --watch",
74
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
75
- "vscode:package": "vsce package",
+ "vscode:package": "vsce package --no-dependencies",
76
"vscode:prepublish": "cp ../../LICENSE . && npm run package",
77
"package": "npm run check-types && node esbuild.js --production"
78
},
0 commit comments