Skip to content

Contributing

Nick Bolton edited this page Jun 14, 2025 · 6 revisions

Contributing to Multi-Build

Thanks for your interest in contributing!

Tips & tricks

  • First, run npm ci to install dependencies
  • Run the npm: watch VS Code task or the command npm run watch to auto-rebuild
  • Press F5 to launch the extension in debug mode (runs the extension in a new VSC instance)
  • To create the extension package, run: npm run package
Clone this wiki locally