Interface ProblemMatch

interface ProblemMatch {
    description: ProblemMatcher;
    resource?: URI;
}

Hierarchy (view full)

Properties

description: ProblemMatcher
resource?: URI