21 lines
525 B
JSON
21 lines
525 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Compile",
|
|
"type": "shell",
|
|
"command": "${workspaceFolder}\\build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": ["$gcc"],
|
|
"presentation": {
|
|
"clear": true,
|
|
// "revealProblems": "onProblem",
|
|
// "close": false,
|
|
// "showReuseMessage": true,
|
|
}
|
|
}
|
|
]
|
|
}
|