This article explains how to build an development environment.
This extension is developed on Windows 10.
- Node.js 4.0.x or later and NPM
- TFS Cross Platform Command Line Interface(tfx-cli)
- Typescript compiler 2.2.0 or latter
Clone this repo. Then install the npm pacakges.
npm install
Compile the TypeScript files to the js file.
npm run compile
Compile and Deploy the code to the Task directory
npm run deploy
Compile, Deploy and Build an extension vsix file.
If you want to release this task, do this and upload the vsix file to Market Place.
npm run build
Currently Not Supported, however, it is comming soon.