Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Latest commit

 

History

History
47 lines (29 loc) · 783 Bytes

File metadata and controls

47 lines (29 loc) · 783 Bytes

Contribution

This article explains how to build an development environment.

Prerequisite

installation

Clone this repo. Then install the npm packages.

npm install

npm commands

Build

Compile the TypeScript files to the js file.

npm run build

Pack

Compile and Pack the code to the task directory

npm run pack

Create

Compile, Pack and Create an extension vsix file.

npm run create

Test

Currently Not Supported, however, it is coming soon.