@tinialabs/vscode-web
v0.3.23
Published
This module creates a custom version of Microsoft Visual Studio Code for Web, and optionally runs it using a hot-reloading development server (you can also run it using any static web server such as firebase serve)
Downloads
6
Readme
@tinialabs/vscode-web
This module creates a custom version of Microsoft Visual Studio Code for Web, and optionally runs it using a hot-reloading development server (you can also run it using any static web server such as firebase serve)
The node module provides a command line interface
Usage
Build
Via command line:
Create using the insider edition
vscode-web build --edition=insider
Create using the stable edition
vscode-web build --edition=stable
CLI options:
|Option|Argument Description|
|-----|-----|
| --edition | insider
(default), or stable
Corresponding options are available in the API.
Dev Server
Via command line:
vscode-web dev
Using a custom packages folder
vscode-web dev --extensionPath=packages
CLI options:
|Option|Argument Description| |-----|-----| | --extensionPath | string array of paths
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