@tinia/vscode-web-dev
v0.0.17
Published
This module creates a custom version of Microsoft Visual Studio Code for Web.
Downloads
1
Readme
@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=insiders
Create using the stable edition
vscode-web-build --version=stable
CLI 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 build
to transpile the source in this repository - run
yarn watch
to transpile the source in this repository and watch for changes