224a6444ef
Co-authored-by: Copilot <copilot@github.com>
30 lines
851 B
JSON
30 lines
851 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: g++ сборка активного файла",
|
|
"command": "/usr/bin/g++",
|
|
"args": [
|
|
"-fdiagnostics-color=always",
|
|
"-g",
|
|
"${fileDirname}/main.cpp",
|
|
"${fileDirname}/Xenith/core.cpp",
|
|
"-o",
|
|
"${fileDirname}/main",
|
|
"-I", "${fileDirname}/Xenith"
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Задача создана отладчиком."
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |