AutoBE
    Preparing search index...

    Interface IAutoBeDebugRuntimeSetupFailure

    Runtime workspace setup failure details.

    interface IAutoBeDebugRuntimeSetupFailure {
        command?: string;
        diagnostics: IAutoBeDebugRuntimeSetupDiagnostic[];
        exitCode?: number;
    }
    Index

    Properties

    command?: string

    Setup command reported by the runtime harness, when available.

    Parsed compiler diagnostics from setup stdout/stderr.

    exitCode?: number

    Process exit code reported by the runtime harness, when available.