vscode: Fix gcc problem matcher path

This commit is contained in:
DankParrot 2020-07-30 17:23:57 -07:00
parent 3ef95bcd33
commit 9bdb675590
1 changed files with 4 additions and 3 deletions

7
.vscode/tasks.json vendored
View File

@ -42,9 +42,10 @@
"build",
"install"
],
"problemMatcher": [
"$gcc"
],
"problemMatcher": {
"base": "$gcc",
"fileLocation": ["relative", "${workspaceFolder}/build"]
},
"group": {
"kind": "build",
"isDefault": true