- Latest Visual Studio Code
- Node.js v6.0.0 or higher
- Fork and clone the repository
cd vscode-azure-iot-toolkit
- Install the dependencies:
npm install
- Open the folder in VS Code
- Install TSLint (not required but recommended)
- Press
F5
. Go!
Make sure you have run npm run tslint
before submitting Pull Requests.