37 lines
969 B
JSON
37 lines
969 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cmake",
|
|
"label": "CMake: build",
|
|
"command": "build",
|
|
"targets": [
|
|
"all"
|
|
],
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"detail": "CMake template build task"
|
|
},
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: clang build active file",
|
|
"command": "/usr/bin/clang",
|
|
"args": [
|
|
"-fcolor-diagnostics",
|
|
"-fansi-escape-codes",
|
|
"-g",
|
|
"${file}",
|
|
"-o",
|
|
"${fileDirname}/${fileBasenameNoExtension}"
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": "build",
|
|
"detail": "Task generated by Debugger."
|
|
}
|
|
]
|
|
} |