Starter

VS Code extension starter

Ship a polished VS Code extension in minutes. Preconfigured with TypeScript, testing harness, and one-command packaging — everything you need to publish to the marketplace.

TypeScript-first

Strict tsconfig, full vscode API typings, and path aliases prewired.

Test runner

Mocha + vscode-test baked in. Run integration tests against a real Extension Development Host.

One-command ship

vsce package and publish scripts ready. CI-friendly with GitHub Actions template included.

Commands scaffold

Prebuilt command registration, keybindings, and context menus so you start with real UX.

Clone the repo and run npm run init. First command ships in under five minutes.