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

    Interface PreparedSshExecution

    interface PreparedSshExecution {
        command?: string;
        remoteCommand: string;
        remoteScriptPath?: string;
        script?: string;
    }
    Index

    Properties

    command?: string
    remoteCommand: string
    remoteScriptPath?: string
    script?: string