2024-10-15 11:30:46 +02:00
|
|
|
{
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"type": "cppbuild",
|
|
|
|
"label": "C/C++: gcc build active file",
|
|
|
|
"command": "/usr/bin/gcc",
|
|
|
|
"args": [
|
|
|
|
"-fdiagnostics-color=always",
|
|
|
|
"-g",
|
|
|
|
"${file}",
|
|
|
|
"-o",
|
|
|
|
"${fileDirname}/${fileBasenameNoExtension}"
|
|
|
|
],
|
|
|
|
"options": {
|
|
|
|
"cwd": "${fileDirname}"
|
|
|
|
},
|
|
|
|
"problemMatcher": [
|
|
|
|
"$gcc"
|
|
|
|
],
|
2024-10-24 15:30:23 +02:00
|
|
|
"group": "build",
|
|
|
|
"detail": "Task generated by Debugger."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "cppbuild",
|
|
|
|
"label": "C/C++: cl.exe build active file",
|
|
|
|
"command": "cl.exe",
|
|
|
|
"args": [
|
|
|
|
"/Zi",
|
|
|
|
"/EHsc",
|
|
|
|
"/nologo",
|
|
|
|
"/Fe${fileDirname}\\${fileBasenameNoExtension}.exe",
|
|
|
|
"${file}"
|
|
|
|
],
|
|
|
|
"options": {
|
|
|
|
"cwd": "${fileDirname}"
|
|
|
|
},
|
|
|
|
"problemMatcher": [
|
|
|
|
"$msCompile"
|
|
|
|
],
|
2024-10-15 11:30:46 +02:00
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
},
|
|
|
|
"detail": "Task generated by Debugger."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": "2.0.0"
|
|
|
|
}
|