mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-27 03:33:40 +00:00
20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "mocha",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s*Error: (.+)$",
|
|
"message": 1
|
|
},
|
|
{
|
|
"regexp": "^\\s*at Context\\.<anonymous>\\s\\((.*):(\\d+):(\\d+)\\)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|