The VSCode Shell Command extension aims to add some useful shell integrations.
Task Input
Configuration
Argument
Description
cmd
Command to be executed by a shell.
args
Additional command line arguments.
capture
Output stream to be captured. Can be set to stdout or stderr. If not set, stdout is captured.
quickPick
Whether a QuickPick should be displayed to select a specific line of the command output . Can be set to true or false. If not set, a QuickPick will be displayed if the command outputs more than one line.
cwd
Current working directory. If not set, the project root directory is used.
env
Dictionary of environment variables.
timeout
Timeout in milliseconds. Default is 10s.
Additionally, all options defined in CommonOptions can be set.