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