2022-11-12 19:37:16 +08:00
|
|
|
{
|
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
2023-04-03 17:05:43 +08:00
|
|
|
"label": "build task",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "mingw32-make -j24",
|
|
|
|
"problemMatcher": [],
|
2022-11-12 19:37:16 +08:00
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
}
|
2022-11-29 20:00:46 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "download dap",
|
2023-04-03 17:05:43 +08:00
|
|
|
"type": "shell",
|
|
|
|
"command": "mingw32-make download_dap",
|
|
|
|
"group": {
|
2022-11-29 20:00:46 +08:00
|
|
|
"kind": "build",
|
2023-04-03 17:05:43 +08:00
|
|
|
"isDefault": false
|
|
|
|
}
|
2022-11-29 20:00:46 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "download jlink",
|
|
|
|
"type": "shell",
|
2023-04-03 17:05:43 +08:00
|
|
|
"command": "mingw32-make download_jlink",
|
2022-11-29 20:00:46 +08:00
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
2023-04-03 17:05:43 +08:00
|
|
|
"isDefault": false
|
2022-11-29 20:00:46 +08:00
|
|
|
}
|
2023-04-03 17:05:43 +08:00
|
|
|
}
|
2022-11-12 19:37:16 +08:00
|
|
|
]
|
|
|
|
}
|