{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "build", "command": "C:/Apps/mingw64/bin/ninja.exe", "options": { "cwd": "${workspaceFolder}/build" }, "group": { "kind": "build", "isDefault": true } } ] }