This article explains how to build an development environment.
- Node.js 14.0.x or later and NPM
- TFS Cross Platform Command Line Interface(tfx-cli) 0.9.3 or latter
- Typescript 4.4.4 or latter
Clone this repo. Then install the npm packages.
npm installCompile the TypeScript files to the js file.
npm run buildCompile and Pack the code to the task directory
npm run packCompile, Pack and Create an extension vsix file.
npm run createCurrently Not Supported, however, it is coming soon.