- clone the repository
- Run
npm install
- Press
F5
to open a new window with your extension loaded.
To run the extension in an environment similar to vscode.dev, run:
npm run open-in-browser
The extension is built with the following principles in mind:
- no external dependencies except for the required ones
- performance first: we don't want to slow down the user. That's why we don't use functional programming (like
map
, etc.).