VS Code API
    Preparing search index...

    Class ShellExecution

    Represents a task execution that happens inside a shell.

    Index

    Constructors

    Properties

    args: (string | ShellQuotedString)[] | undefined

    The shell args. Is undefined if created with a full command line.

    command: string | ShellQuotedString | undefined

    The shell command. Is undefined if created with a full command line.

    commandLine: string | undefined

    The shell command line. Is undefined if created with a command and arguments.

    The shell options used when the command line is executed in a shell. Defaults to undefined.