0.0.17 • Published 4 years ago
@tinia/vscode-web-dev v0.0.17
@tinia/vscode-web-build
This module creates a custom version of Microsoft Visual Studio Code for Web.
The node module provides a command line as well as an API.
Usage
Via command line:
Create using the insiders edition
vscode-web-build --version=insidersCreate using the stable edition
vscode-web-build --version=stableCLI options:
| Option | Argument Description |
|---|---|
| --version | insiders (default), stable or sources.For sources, also run yarn web in a vscode repo |
Corresponding options are available in the API.
Development
yarn- run
yarn buildto transpile the source in this repository - run
yarn watchto transpile the source in this repository and watch for changes