Interface DebugAdapterSpawnExecutable

Debug adapter executable for spawning.

interface DebugAdapterSpawnExecutable {
    args?: string[];
    command: string;
}

Properties

Properties

args?: string[]
command: string