You need to have Node.js installed to contribute to this project. You can download it from nodejs.org.
- Fork and clone the repository.
- Run
npm install
to install the dependencies. - Open the project in Visual Studio Code.
- Inside the editor, open
src/extension.ts
and pressF5
or run the command Debug: Start Debugging from the Command Palette(⇧⌘P)
. This will compile and run the extension in a new Extension Development Host window. - Make your changes and restart the debugging session to see the changes.