{ "version": "2.0.0", "tasks": [ { "label": "build", "command": "make", "args": ["all", "CONFIGURATION=Debug"], "windows": { "command": "make.cmd" } } ] }