mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-04 01:44:18 +01:00
fix #178202
This commit is contained in:
@@ -1284,7 +1284,7 @@ class ProblemPatternRegistryImpl implements IProblemPatternRegistry {
|
||||
|
||||
private fillDefaults(): void {
|
||||
this.add('msCompile', {
|
||||
regexp: /^(?:\s*\d+>)?(\S.*)\((\d+|\d+,\d+|\d+,\d+,\d+,\d+)\)\s*:\s+((fatal +)?error|warning|info)\s+(\w+\d+)\s*:\s*(.*)$/,
|
||||
regexp: /^(?:\s*\d+>)?(\S.*)\((\d+|\d+,\d+|\d+,\d+,\d+,\d+)\)\s*:\s+((?:fatal +)?error|warning|info)\s+(\w+\d+)\s*:\s*(.*)$/,
|
||||
kind: ProblemLocationKind.Location,
|
||||
file: 1,
|
||||
location: 2,
|
||||
|
||||
Reference in New Issue
Block a user