20 lines
531 B
JSON
20 lines
531 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: gcc.exe build active file",
|
|
"command": "C:/msys64/mingw64/bin/gcc.exe",
|
|
"args": ["-g", "${file}", "-o", "${fileDirname}\\${fileBasenameNoExtension}"],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": ["$gcc"],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "compiler: C:/msys64/mingw64/bin/gcc.exe"
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |