Goal
Publish packages/vscode (the webjs extension) so it is discoverable in VS Code and its forks. Owner-driven (needs marketplace accounts + tokens; cannot be automated by an agent).
Steps
VS Marketplace (VS Code)
Open VSX (Cursor / Windsurf / VSCodium)
Notes
- Bump
packages/vscode/package.json version before each publish (currently 0.2.0).
- Full runbook:
packages/vscode/PUBLISHING.md.
- Acceptance: both listings live and installable; the extension activates and lights up template highlighting + the tsserver plugin on a real webjs app.
Follow-up to epic #381 (Phase 1 #382 shipped the packaging; this is the actual publish).
Goal
Publish
packages/vscode(thewebjsextension) so it is discoverable in VS Code and its forks. Owner-driven (needs marketplace accounts + tokens; cannot be automated by an agent).Steps
VS Marketplace (VS Code)
webjsdevpublisher at https://marketplace.visualstudio.com/manage (Microsoft account).cd packages/vscode && npx --yes @vscode/vsce login webjsdev(paste PAT).npm run publish:vsce.Open VSX (Cursor / Windsurf / VSCodium)
npx --yes ovsx create-namespace webjsdev -p <TOKEN>(once).npm run package && npx --yes ovsx publish webjs.vsix -p <TOKEN>.Notes
packages/vscode/package.jsonversion before each publish (currently 0.2.0).packages/vscode/PUBLISHING.md.Follow-up to epic #381 (Phase 1 #382 shipped the packaging; this is the actual publish).