{ "tasks": [ { "type": "cppbuild", "label": "C/C++: gcc.exe 활성 파일 빌드", "command": "C:/mingw64/bin/gcc.exe", "args": [ "-fdiagnostics-color=always", "-g", "${file}", "-o", "${fileDirname}\\bin\\${fileBasenameNoExtension}.exe" ], "options": { "cwd": "C:/mingw64/bin" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true }, "detail": "디버거에서 생성된 작업입니다." } ], "version": "2.0.0" }