Interface ProblemMatchData

interface ProblemMatchData {
    description: ProblemMatcher;
    marker: Diagnostic;
    resource?: URI;
}

Hierarchy (view full)

Properties

description: ProblemMatcher
marker: Diagnostic
resource?: URI