Theia API Documentation v1.65.0
    Preparing search index...
    interface TaskCustomizationData {
        problemMatcher?: ProblemMatcher[];
        type: string;
        [name: string]: any;
    }

    Indexable

    • [name: string]: any

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

    Index

    Properties

    problemMatcher?: ProblemMatcher[]
    type: string