Clone e.g. via https:
git clone https://github.com/andrivet/ZX81-Debugger.gitOpen folder 'ZX81-Debugger' in vscode (>= 1.74). Open a terminal and install all required packages.
npm iRun the build task
npm run watchThis can be accomplished also by running it from the menu ("Terminal->Run build task ..."). The build task is setup for incremental building and watches any file changes. I.e. you don't need to compile manually everytime.
(Alternatively npm run compile should also do.)
The package that is used for releasing. Is about 17 MB in size.
Run
vsce packageor the npm script
npm run package