fix(vscode): use supported Marketplace publish flags
Quality / quality (ubuntu-latest) (push) Failing after 6m1s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-18 22:52:59 +05:30
parent fdd0c9f847
commit b28b79c370
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -284,8 +284,8 @@
"check": "bun run build && bun run test && bun run validate", "check": "bun run build && bun run test && bun run validate",
"vscode:prepublish": "bun run check", "vscode:prepublish": "bun run check",
"package": "vsce package --no-dependencies --no-rewrite-relative-links", "package": "vsce package --no-dependencies --no-rewrite-relative-links",
"publish": "vsce publish --no-dependencies --no-rewrite-relative-links", "publish": "vsce publish --no-dependencies",
"publish:azure": "vsce publish --no-dependencies --no-rewrite-relative-links --azure-credential" "publish:azure": "vsce publish --no-dependencies --azure-credential"
}, },
"devDependencies": { "devDependencies": {
"@vscode/vsce": "^3.9.2" "@vscode/vsce": "^3.9.2"
+1 -1
View File
@@ -1,4 +1,4 @@
// WRN editor extension source hash: 2012cf8721073e3d9df81af2d3207fdf070119fb3f85ed832ce23c3ee4307662 // WRN editor extension source hash: 38063dc1b7ef04c106da5a5e264fae51315e60286d6eb0d0176ab62419e8f546
// WRN editor extension generator hash: 456d1d614e44e5fb1f19b784176c09cf2ade9b64ef73a17934c2698150b62728 // WRN editor extension generator hash: 456d1d614e44e5fb1f19b784176c09cf2ade9b64ef73a17934c2698150b62728
"use strict"; "use strict";
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports); var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);