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

      eslint-disable-next-line @typescript-eslint/no-explicit-any

    Index

    Properties

    detail?: string
    executionId?: string
    executionType?: "shell" | "process" | "customExecution"
    group?: { isDefault: boolean; kind: TaskGroupKind }
    label: string
    problemMatcher?: any

    Provide a more specific type when necessary (see ProblemMatcherContribution) eslint-disable-next-line @typescript-eslint/no-explicit-any

    runOptions?: RunOptionsDTO
    scope: string | number
    source?: string
    type: string