What problem does it solve?
Publishing a VS Code extension to the Marketplace involves navigating complex manifest requirements, versioning rules, publisher setup, and common tooling errors that block releases for even experienced developers. This Skill eliminates that friction by providing a clear, step-by-step guided workflow for the entire publish process.
Core Features & Use Cases
- Full publish workflow guidance: Covers package.json manifest setup, .vscodeignore configuration, local testing via Extension Development Host, vsce packaging, and Marketplace publishing.
- Error resolution: Addresses the most common vsce failures, including missing manifest fields, version conflicts, and icon format issues.
- Use case: If you have finished building a VS Code extension and are stuck on a "Version already exists" error or can't get your .vsix file to package correctly, this Skill walks you through fixing the issue and completing your release.
Quick Start
Use the vscode-extension-publishing skill to resolve your vsce publish error and successfully release your extension to the VS Code Marketplace after verifying your manifest and version are correctly configured.