mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
32 lines
850 B
JSON
32 lines
850 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "docsgen_script",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): Failed OpenSCAD script:$",
|
|
"severity": 1,
|
|
"file": 2,
|
|
"line": 3
|
|
},
|
|
{
|
|
"regexp": "^ (.*)$",
|
|
"message": 1,
|
|
"loop": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"owner": "docsgen",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): (.*[^:])$",
|
|
"severity": 1,
|
|
"file": 2,
|
|
"line": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|