Improve problem matchers in 'problems' window and also 'terminal' window.

This commit is contained in:
2026-01-14 18:44:16 -05:00
parent 8a33a399d1
commit f0228083c8
2 changed files with 3 additions and 1 deletions

View File

@@ -80,10 +80,12 @@
"problemMatcher": [
{
"base": "$gcc",
"source": "build.py",
"fileLocation": ["relative", "${workspaceFolder}/luprex"]
},
{
"base": "$gcc",
"source": "build.py",
"fileLocation": ["relative", "${workspaceFolder}"]
}
],