Skip to content

Development

Local setup

pnpm install
pnpm run compile
pnpm test

Run extension in development mode

  • Open the workspace in VSCode.
  • Press F5.
  • Validate RighToGo: Run Current Go Script and related commands.

Linting and type checks

pnpm run check-types
pnpm run lint

Packaging

pnpm run package
pnpm run vscode:build

Output structure

  • TypeScript build output: dist/
  • Distribution package: bin/*.vsix

Documentation commands

make build-docs
make serve-docs