mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* ssl support for curl on windows was renamed * added corechanges problemmatcher for windows build wasnt working, found a hopefully working one * missing files
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "msvc",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),?(\\d+)?(?:,\\d+,\\d+)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"code": 5,
|
|
"message": 6
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|