Follow-up to the VS Code Marketplace publish workflow.
Once Marketplace publishing lands, extend the release workflow to also publish to the Open VSX Registry so the extension is installable in Cursor, VSCodium, Windsurf, and other non-Microsoft VS Code distros.
Prereqs (not yet done):
Workflow change:
- Add an
ovsx publish step mirroring the vsce publish step (same per-target vsixes + universal fallback), gated on the same non-alpha tag rule.
Deliberately deferred: no OVSX_TOKEN exists yet. Marketplace-only for the first cut.
Follow-up to the VS Code Marketplace publish workflow.
Once Marketplace publishing lands, extend the release workflow to also publish to the Open VSX Registry so the extension is installable in Cursor, VSCodium, Windsurf, and other non-Microsoft VS Code distros.
Prereqs (not yet done):
harmoniqsnamespace on open-vsx.org.OVSX_TOKENas an Actions secret on this repo.Workflow change:
ovsx publishstep mirroring thevsce publishstep (same per-target vsixes + universal fallback), gated on the same non-alpha tag rule.Deliberately deferred: no
OVSX_TOKENexists yet. Marketplace-only for the first cut.