Theia API Documentation v1.65.0
    Preparing search index...

    Debug adapter executable for spawning.

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

    Properties

    Properties

    args?: string[]
    command: string