More work on blueprint exporter, and some work on build system

This commit is contained in:
2026-02-16 17:24:52 -05:00
parent a0c8935260
commit 15997aee62
9 changed files with 345 additions and 214 deletions

View File

@@ -87,14 +87,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"