{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "g++", "args": [ "-g", "main.cpp", "-o", "./build/app.exe" ], "group": { "kind": "build", "isDefault": true } } ] }