19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: make build active file",
|
|
"command": "make",
|
|
"args": [],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Make build this project."
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |