23 lines
509 B
JSON
23 lines
509 B
JSON
|
{
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "cppbuild",
|
||
|
"label": "build_111",
|
||
|
"command": "make",
|
||
|
"args": [
|
||
|
],
|
||
|
"options": {
|
||
|
"cwd": "${fileDirname}"
|
||
|
},
|
||
|
"problemMatcher": [
|
||
|
"$gcc"
|
||
|
],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"detail": "调试器生成的任务。"
|
||
|
}
|
||
|
],
|
||
|
"version": "2.0.0"
|
||
|
}
|