How to run the unit tests - PeterWone/vscode-arduino-cli GitHub Wiki
- If you don't already have the repo then clone it to your machine.
- Load the extension project into VS Code.
- Get your dependencies using
npm i
- Switch to debugging and choose "Run extension tests" then press
F5
or click the run button.