{ "tasks": [ { "type": "cppbuild", "label": "C/C++: gcc-13 build active file", "command": "/usr/bin/gcc-13", "args": [ "-fdiagnostics-color=always", "-g", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}" ], "options": { "cwd": "${fileDirname}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true }, "detail": "Task generated by Debugger." }, { "label": "build-yourchat", "type": "shell", "command": "bash", "args": [ "-lc", "set -euo pipefail\ncd /home/torsten/Programs/YourChat/build\ncmake -DYC_DEBUG=ON ..\nmake -j\"$(nproc)\"\n./yourchat | head -n 3 || true" ], "problemMatcher": [ "$gcc" ], "group": "build" }, { "label": "build-yourchat-3", "type": "shell", "command": "bash", "args": [ "-lc", "set -euo pipefail\ncd /home/torsten/Programs/YourChat/build\ncmake -DYC_DEBUG=ON ..\nmake -j\"$(nproc)\"\n./yourchat | head -n 3 || true" ], "problemMatcher": [ "$gcc" ], "group": "build" }, { "label": "build-yourchat-4", "type": "shell", "command": "bash", "args": [ "-lc", "set -euo pipefail\ncd /home/torsten/Programs/YourChat/build\ncmake -DYC_DEBUG=ON ..\nmake -j\"$(nproc)\"\n./yourchat | head -n 3 || true" ], "problemMatcher": [ "$gcc" ], "group": "build" } ], "version": "2.0.0" }