@tinialabs/vscode-web v0.3.23
@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=insiderCreate using the stable edition
vscode-web build --edition=stableCLI 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=packagesCLI options:
| Option | Argument Description |
|---|---|
| --extensionPath | string array of paths |
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
License
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago