This repo is split into two parts for the convenience of vscode's webview api and vsce package support.
- The frontend uses
pnpmas a package manager. You canpnpm buildto 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
npmas a package manager. You can usenpm run compileto compile and export the frontend and then compile the extension itself