vscode-openvsx-extension-publish
Installation
SKILL.md
VSCode & Open VSX Extension Publish
Workflow for publishing VSCode extensions to both VS Code Marketplace and Open VSX.
Prerequisites
- Extension implementation is mostly complete
- Node.js is installed
- A GitHub repository exists
Workflow Overview
- Account & Token Verification — Check that required accounts and tokens are ready; guide creation if missing
- Pre-publish Preparation — Prepare package.json, README, LICENSE, .vscodeignore, etc.
- Local Testing — Verify the extension works correctly before publishing
- Initial Publish — Publish to both VS Code Marketplace and Open VSX
- GitHub Actions Setup — Create a workflow to automate subsequent publishes