See the extension directory for the extension readme. You can get the extension in the marketplace.
- Clone the repository
- Run
yarn
in the repository root - Run
yarn build
- Clone the repository
- Run
yarn
in the repository root - Run
yarn build
initially (oryarn dev
for every project) - Run
yarn dev
inside the project you are working on.
For the UI, yarn dev
will start a webserver that you can access on port 8080.
You can use VS Code do launch and debug the extension.
Chose Run Extension (Dev UI)
as debug configuration so that the extension loads the UI from the webpack server.
- Follow the Build Instructions
cd extension
yarn pub