34 lines
864 B
JSON
34 lines
864 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build task",
|
|
"type": "shell",
|
|
"command": "mingw32-make -j24",
|
|
"problemMatcher": [],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
},
|
|
{
|
|
"label": "download dap",
|
|
"type": "shell",
|
|
"command": "mingw32-make download_dap",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": false
|
|
}
|
|
},
|
|
{
|
|
"label": "download jlink",
|
|
"type": "shell",
|
|
"command": "mingw32-make download_jlink",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": false
|
|
}
|
|
}
|
|
]
|
|
} |