- Download the files with
gh repo clone posit-dev/positron
in some directory npm i
from the main directory to install packagesnpm run watch
from the main directory to compile client and extensions (watch-client
andwatch-extensions
). This will run continuously in the background, so you need a second terminal window
Run tests with yarn test-extension -l EXTENSION
- Add
-g ""
to filter tests by a regex string (grep). - The
-l
flag seems to only work with yarn for some reason.