Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 320 Bytes

Contributing.md

File metadata and controls

19 lines (12 loc) · 320 Bytes

How to contribute

Bug fixes are welcome, but not new features. See more details.

Development workflow

Install dependencies first:

npm install

Run linters and tests:

npm test

Run the extension: press F5 or RunRun Debugging.