19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "haxe",
|
|
"args": ["client.hxml"],
|
|
"problemMatcher": {
|
|
"owner": "haxe",
|
|
"pattern": {
|
|
"regexp": "^(.+):(\\d+): (?:lines \\d+-(\\d+)|character(?:s (\\d+)-| )(\\d+)) : (?:(Warning) : )?(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"endLine": 3,
|
|
"column": 4,
|
|
"endColumn": 5,
|
|
"severity": 6,
|
|
"message": 7
|
|
}
|
|
}
|
|
}
|