You always want to look at this file before contributing. In here you should find steps that you need to take to set up your development environment as well as instructions for coding standards and contribution guidelines.
First of all, this is a Visual Studio Code extension that uses TypeScript and tools based on Node.js with dependencies from npm. So you will need to have Node installed on your $PATH
.
- Fork the repo
- Clone your fork
- Create a branch
- Run
npm install