We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b8d59 commit 73e4418Copy full SHA for 73e4418
src/package.json
@@ -346,7 +346,7 @@
346
"format": "prettier --write .",
347
"bundle": "node esbuild.mjs",
348
"vscode:prepublish": "pnpm bundle --production",
349
- "vsix": "mkdirp ../bin && npx vsce package --no-dependencies --out ../bin",
+ "vsix": "mkdirp ../bin && vsce package --no-dependencies --out ../bin",
350
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
351
"watch:bundle": "pnpm bundle --watch",
352
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
0 commit comments