Unknown mess
This commit is contained in:
@@ -88,14 +88,22 @@
|
||||
},
|
||||
"problemMatcher": [
|
||||
{
|
||||
"base": "$gcc",
|
||||
"source": "build.py",
|
||||
"fileLocation": ["relative", "${workspaceFolder}/luprex"]
|
||||
"owner": "build-luprex",
|
||||
"source": "build.py",
|
||||
"fileLocation": ["relative", "${workspaceFolder}/luprex"],
|
||||
"pattern": {
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
||||
"file": 1, "line": 2, "column": 3, "severity": 4, "message": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "$gcc",
|
||||
"source": "build.py",
|
||||
"fileLocation": ["relative", "${workspaceFolder}"]
|
||||
"owner": "build-integration",
|
||||
"source": "build.py",
|
||||
"fileLocation": ["relative", "${workspaceFolder}"],
|
||||
"pattern": {
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
||||
"file": 1, "line": 2, "column": 3, "severity": 4, "message": 5
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "shell"
|
||||
|
||||
Reference in New Issue
Block a user