30 lines
798 B
JSON
30 lines
798 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: gcc Aktive Datei kompilieren",
|
|
"command": "/usr/bin/gcc",
|
|
"args": [
|
|
"-fdiagnostics-color=always",
|
|
"-I/usr/include/lua5.4",
|
|
"-g",
|
|
"${file}",
|
|
"-llua5.4",
|
|
"-o",
|
|
"${fileDirname}/bin/${fileBasenameNoExtension}"
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Vom Debugger generierte Aufgabe."
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |