Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 638 Bytes

BUILD.md

File metadata and controls

44 lines (30 loc) · 638 Bytes

How to Build Extension from Source

Prerequisites

npm install -g typescript
npm install -g vsce

Fetch Node packages

npm install

Compile with TypeScript

tsc

Compiled files are in the dist directory.

Build VSIX package

vsce package

Compiled package is vscode-rhai-version.vsix within the main directory.