Skip to content

Build and Test

YarCraSy edited this page Jul 8, 2026 · 2 revisions

Previous page: Settings, Secrets, and History

Build and Test

The project has two builds:

  • Node/VS Code extension with esbuild.
  • React webview with Vite.

The complete build should generate:

  • dist/Extension.js
  • dist/webview/*

The human documentation in documentation/web-doc uses Astro and is validated separately.


Next page: Scripts

Clone this wiki locally