What problem does it solve?
This Skill streamlines the complex process of publishing VS Code extensions to the Marketplace, ensuring correct packaging, metadata, and deployment.
Core Features & Use Cases
- VSCE Workflow Management: Guides through packaging, listing, and publishing extensions using the
vsce tool.
- PAT Lifecycle: Provides clear instructions for generating, managing, and securely using Personal Access Tokens for authentication.
- Metadata Configuration: Details essential
package.json fields for gallery visibility and .vscodeignore for correct artifact exclusion.
- Pre-Release Deployment: Explains how to leverage the pre-release channel for testing new versions.
- Use Case: You've just finished developing a new VS Code extension and need to publish it. This Skill will guide you through every step, from setting up your Personal Access Token to ensuring your
package.json and .vscodeignore files are correctly configured, and finally executing the vsce publish command.
Quick Start
Use the marketplace-publishing skill to publish your VS Code extension to the pre-release channel.