vscode-cli-launcher
v0.0.4
Published
Load vscode's lanch.json and launch the program in the terminal
Downloads
8
Readme
vscode-cli-launcer
A cli tool which can load the configuration (env, cwd, etc.) from visual code's configuration and launch the program in the terminal.
Only simple node.js program support right now.
Install
$ npm install -g vscode-cli-launcher
Usage
Ensure you are in the vscode root directory.
$ vcl --name <task-name>