mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 09:36:19 +00:00
19 lines
469 B
JSON
19 lines
469 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "illuaminate",
|
||
|
"severity": "warning",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^([\\w./-]+):\\[(\\d+):(\\d+)\\-(?:\\d+):(?:\\d+)\\]: (.*) \\[([a-z:-]+)\\]$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"message": 4,
|
||
|
"code": 5
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|