Unknown mess

This commit is contained in:
2026-02-17 13:28:09 -05:00
57 changed files with 2518 additions and 1318 deletions

View File

@@ -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"