{ "version": "2.0.0", "tasks": [ { "label": "Build", "detail": "Build project", "type": "shell", "command": "make", "group": "build", "presentation": { "echo": true, "reveal": "always", "focus": true, "panel": "shared", "showReuseMessage": true, "clear": true } }, { "label": "Clean", "detail": "Clean build directory and executable", "type": "shell", "command": "make", "args": [ "clean" ], "group": "build", "presentation": { "echo": true, "reveal": "never", "focus": false, "panel": "shared", "showReuseMessage": true, "clear": false } } ] }