actions-marketplace-validations/Publish VS Code Extension

Publish your VSCode extension to the VS Marketplace (using vsce) or the Open VSX Registry (using ovsx) with ease.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
patPersonal access token.yes
extensionFilePath to the vsix file to be published. Cannot be used together with packagePath.no
registryUrlUse the registry API at this base URL.nohttps://open-vsx.org
packagePathPath to the extension to be packaged and published. Cannot be used together with extensionFile.no./
baseContentUrlPrepend all relative links in README.md with this URL.no
baseImagesUrlPrepend all relative image links in README.md with this URL.no
yarnUse yarn instead of npm while packing extension files.nofalse
dryRunSet this option to "true" to package your extension but do not publish it.nofalse
noVerifyAllow publishing extensions to the visual studio marketplace which use a proposed API (enableProposedApi: true).nofalse
preReleasePublish a version marked as a Pre-Release.nofalse
dependenciesCheck that dependencies defined in package.json exist in node_modules. Set to false if using pnpm or yarn v2+ with pnp.notrue
skipDuplicateFail silently if version already exists on the marketplace.nofalse
targetTarget architecture(s) the extension should run on.no""
namedescription
vsixPathThe path to the packaged and published VSIX file.