mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-09-02 03:43:24 +00:00
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "tslint",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(\\w+):\\s(.*):(\\d+):(\\d+) - (.*)$",
|
|
"severity": 1,
|
|
"file": 2,
|
|
"line": 3,
|
|
"column": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|