Publish to Open VSX
Publish the extension to the Open VSX registry for broader editor support.
What is Open VSX?
Open VSX is a neutral extension registry:
- Alternative to Microsoft's marketplace
- Required for non-Microsoft editors
- Used by Windsurf, Cursor, and others
Install CLI
Publish Command
From the extension directory:
Namespace Requirement
Your extension needs a unique namespace:
- Set in
package.jsonunderpublisher - Must match your Open VSX account name
Claim Namespace
- Create account at open-vsx.org
- Claim your publisher namespace
- Verify ownership (usually via GitHub)
Verification State
- Unverified - Works but shows warning
- Verified - Trusted status
- Verification improves discoverability
Publishing Example
Post-Publishing
Extension becomes available at:
Users can now install via their editor's extension marketplace.