mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
22 lines
527 B
JSON
22 lines
527 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "openscad_docsgen",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): (.*)$",
|
||
|
"severity": 1,
|
||
|
"file": 2,
|
||
|
"line": 3,
|
||
|
"message": 4
|
||
|
},
|
||
|
{
|
||
|
"regexp": "^ (.*)$",
|
||
|
"message": 1,
|
||
|
"loop": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|