Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 906 Bytes

File metadata and controls

52 lines (31 loc) · 906 Bytes

Contribution

This article explains how to build an development environment.

This extension is developed on Windows 10.

Prerequisite

installation

Clone this repo. Then install the npm pacakges.

npm install

npm commands

Compile

Compile the TypeScript files to the js file.

npm run compile

Deploy

Compile and Deploy the code to the Task directory

npm run deploy

Build

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

Test

Currently Not Supported, however, it is comming soon.