Install Node 7.x or later (preferably latest).
Install prerequisite Node.js package dependencies:
npm install
Compile:
npm run compile
Watch:
npm run watch
You must not have any open instances of Visual Studio Code before running tests.
npm run test