0.0.17 • Published 2 years ago

@tinia/vscode-web-build v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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:

OptionArgument Description
--versioninsiders (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

License

MIT