40 lines
719 B
JSON
40 lines
719 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"type": "shell",
|
|
"command": "make build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "run",
|
|
"type": "shell",
|
|
"command": "make run",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "clear",
|
|
"type": "shell",
|
|
"command": "make clear",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "rebuild",
|
|
"type": "shell",
|
|
"command": "make rebuild",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "rebuildrun",
|
|
"type": "shell",
|
|
"command": "make rebuildrun",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|