2022-11-22 17:59:11 +00:00
|
|
|
{
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"type": "cppbuild",
|
|
|
|
"label": "C/C++: g++ build active file",
|
|
|
|
"command": "/usr/bin/g++",
|
|
|
|
"args": [
|
|
|
|
"-fdiagnostics-color=always",
|
|
|
|
"-g",
|
|
|
|
"${file}",
|
|
|
|
"-o",
|
|
|
|
"${fileDirname}/${fileBasenameNoExtension}"
|
|
|
|
],
|
|
|
|
"options": {
|
|
|
|
"cwd": "${fileDirname}"
|
|
|
|
},
|
|
|
|
"problemMatcher": [
|
|
|
|
"$gcc"
|
|
|
|
],
|
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
},
|
|
|
|
"detail": "Task generated by Debugger."
|
2022-11-24 19:42:58 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "cppbuild",
|
|
|
|
"label": "C/C++: cpp build active file",
|
|
|
|
"command": "/usr/bin/cpp",
|
|
|
|
"args": [
|
|
|
|
"-fdiagnostics-color=always",
|
|
|
|
"-g",
|
|
|
|
"${file}",
|
|
|
|
"-o",
|
|
|
|
"${fileDirname}/${fileBasenameNoExtension}"
|
|
|
|
],
|
|
|
|
"options": {
|
|
|
|
"cwd": "${fileDirname}"
|
|
|
|
},
|
|
|
|
"problemMatcher": [
|
|
|
|
"$gcc"
|
|
|
|
],
|
|
|
|
"group": "build",
|
|
|
|
"detail": "Task generated by Debugger."
|
2022-11-22 17:59:11 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": "2.0.0"
|
|
|
|
}
|