Theia API Documentation v1.65.0
    Preparing search index...
    interface NamedProblemMatcher {
        applyTo: ApplyToKind;
        deprecated?: boolean;
        fileLocation: FileLocationKind;
        filePrefix?: string;
        label: string;
        name: string;
        owner: string;
        pattern: ProblemPattern | ProblemPattern[];
        severity?: Severity;
        source?: string;
        uriProvider?: (path: string) => URI;
        watching?: WatchingMatcher;
    }

    Hierarchy (View Summary)

    Index

    Properties

    applyTo: ApplyToKind
    deprecated?: boolean
    fileLocation: FileLocationKind
    filePrefix?: string
    label: string
    name: string
    owner: string
    severity?: Severity
    source?: string
    uriProvider?: (path: string) => URI
    watching?: WatchingMatcher