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
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
|
@ -10,7 +10,13 @@
|
|||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": [
|
||||
{
|
||||
"base": "$gcc",
|
||||
"fileLocation": ["autoDetect", "${workspaceFolder}/app/build"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Flash",
|
||||
|
|
Loading…
Add table
Reference in a new issue