This repo is split into two parts for the convenience of vscode's webview api and vsce
package support.
- The frontend uses
pnpm
as a package manager. You canpnpm build
to build the frontend into a single minified html file and automatically export it to theextension/
folder - The extension folder holds the rest of the extension and uses
npm
as a package manager. You can usenpm run compile
to compile and export the frontend and then compile the extension itself