vscli-0.1.1 is not a library.
vscli
A CLI tool to launch vscode projects, which supports devcontainers.
Features
- A shorthand for launching vscode projects
- Detects whether a project is a devcontainers project, and launches the devcontainer instead
- Supports the insiders version of vscode
Installation
Cargo
Install vscli using cargo on Windows or Linux:
Homebrew
Install vscli using brew on Linux:
Additional steps
You can set a shorthand alias for vscli in your shell's configuration file:
Usage
Commandline
After installation, the vscli command will be available:
<path> The
<args>...