{ "version": "2.0.0", "tasks": [ { "label": "Lint", "type": "shell", "command": "npm run lint", "group": "test", "presentation": { "reveal": "always", "showReuseMessage": false, "panel": "shared" } } ] }