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

    Interface SshCommandDefinition

    Representation of a configured embedded device.

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

    Properties

    command: string
    name: string
    openSshPanel?: boolean