25 lines
421 B
JSON
25 lines
421 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Build",
|
||
|
"type": "shell",
|
||
|
"command": "${workspaceFolder}/build.sh",
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"problemMatcher": "$gcc",
|
||
|
"presentation": {
|
||
|
"echo": true,
|
||
|
"reveal": "silent",
|
||
|
"focus": false,
|
||
|
"panel": "shared",
|
||
|
"showReuseMessage": true,
|
||
|
"clear": false,
|
||
|
"revealProblems": "onProblem"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|