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

    Interface DeviceCommand

    Represents a named SSH command configured for a device.

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

    Properties

    command: string
    name: string
    openSshPanel?: boolean