improvement(vscode): parse GCC diagnostics
Updated the vscode build task to parse warnings/errors from GCC.
This commit is contained in:
parent
527e5df985
commit
c8289135b7
1 changed files with 7 additions and 1 deletions
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
|
@ -10,7 +10,13 @@
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
},
|
||||||
|
"problemMatcher": [
|
||||||
|
{
|
||||||
|
"base": "$gcc",
|
||||||
|
"fileLocation": ["autoDetect", "${workspaceFolder}/app/build"]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Flash",
|
"label": "Flash",
|
||||||
|
|
Loading…
Add table
Reference in a new issue