Theia API Documentation v1.65.0
    Preparing search index...
    interface TaskDto {
        detail?: string;
        executionId?: string;
        executionType?: "shell" | "process" | "customExecution";
        group?: { isDefault: boolean; kind: TaskGroupKind };
        label: string;
        presentation?: TaskPresentationOptionsDTO;
        problemMatcher?: any;
        runOptions?: RunOptionsDTO;
        scope: string | number;
        source?: string;
        type: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    detail?: string
    executionId?: string
    executionType?: "shell" | "process" | "customExecution"
    group?: { isDefault: boolean; kind: TaskGroupKind }
    label: string
    problemMatcher?: any
    runOptions?: RunOptionsDTO
    scope: string | number
    source?: string
    type: string