Home > @rushstack/problem-matcher > IProblemMatcherJson
IProblemMatcherJson interface
Minimal VS Code problem matcher definition.
Signature:
export interface IProblemMatcherJson
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | A friendly (and stable) name identifying the matcher. | ||
A single pattern or an array of patterns to match. | |||
(Optional) An optional default severity to apply if the pattern does not capture one. |