VSCode-Logger API - v1.9.12
    Preparing search index...

    Interface SshCommandDefinition

    Representation of a configured embedded device.

    interface SshCommandDefinition {
        command?: string;
        copyAndRunScript?: boolean;
        name: string;
        openSshPanel?: boolean;
        rerunOnReconnection?: boolean;
        script?: string;
    }
    Index

    Properties

    command?: string
    copyAndRunScript?: boolean
    name: string
    openSshPanel?: boolean
    rerunOnReconnection?: boolean
    script?: string