improvement(vscode): parse GCC diagnostics

Updated the vscode build task to parse warnings/errors from GCC.
This commit is contained in:
Joel Spadin 2020-09-26 18:42:41 -05:00
parent 527e5df985
commit c8289135b7

8
.vscode/tasks.json vendored
View file

@ -10,7 +10,13 @@
"group": {
"kind": "build",
"isDefault": true
}
},
"problemMatcher": [
{
"base": "$gcc",
"fileLocation": ["autoDetect", "${workspaceFolder}/app/build"]
}
]
},
{
"label": "Flash",