Код: Выделить всё
gcc (MacPorts gcc14 14.2.0_1+stdlib_flag) 14.2.0Код: Выделить всё
{
"version": "2.0.0",
"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": "build",
"detail": "compiler: /usr/bin/g++"
}
]
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... e-is-using
Мобильная версия