Home > @rushstack/problem-matcher > parseProblemMatchersJson
parseProblemMatchersJson() function
Parse VS Code problem matcher JSON definitions into IProblemMatcher objects.
Signature:
export declare function parseProblemMatchersJson(problemMatchers: IProblemMatcherJson[]): IProblemMatcher[];
Parameters
Parameter | Type | Description |
|---|---|---|
problemMatchers |
Returns: