Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 501 Bytes

index.md

File metadata and controls

17 lines (10 loc) · 501 Bytes

Development

Setup

  1. Install asdf
  2. Run asdf install (if needed, run asdf plugin add NAME for any missing plugins)
  3. Run pnpm install && pnpm build

Build and run the VS Code extension

Open this repository in VS Code and run the Launch VS Code Extension (Desktop) build/debug task (or run pnpm -C vscode run dev).

See vscode/CONTRIBUTING.md for more information.

Other topics