The command line to execute.
Optional
options: ShellExecutionOptionsOptional options for the started the shell.
Creates a shell execution with a command and arguments. For the real execution VS Code will
construct a command line from the command and the arguments. This is subject to interpretation
especially when it comes to quoting. If full control over the command line is needed please
use the constructor that creates a ShellExecution
with the full command line.
The command to execute.
The command arguments.
Optional
options: ShellExecutionOptionsOptional options for the started the shell.
Optional
argsThe shell args. Is undefined
if created with a full command line.
Optional
commandThe shell command. Is undefined
if created with a full command line.
Optional
commandThe shell command line. Is undefined
if created with a command and arguments.
Optional
optionsThe shell options used when the command line is executed in a shell. Defaults to undefined.
Creates a shell execution with a full command line.