-
Install Node.js
-
Install TypeScript
npm install -g typescript
- Install VSCE
npm install -g vsce
npm install
tsc
Compiled files are in the dist
directory.
vsce package
Compiled package is vscode-rhai-
version.vsix
within the main directory.
Install Node.js
Install TypeScript
npm install -g typescript
npm install -g vsce
npm install
tsc
Compiled files are in the dist
directory.
vsce package
Compiled package is vscode-rhai-
version.vsix
within the main directory.