{ "version": "2.0.0", "tasks": [ { "label": "bean-check", "type": "shell", "command": "uv run bean-check split_test.bean", "options": { "env": { "PYTHONPATH": "." } }, "group": { "kind": "build", "isDefault": true }, "problemMatcher": [] }, { "label": "fava", "type": "shell", "command": "uv run fava split_test.bean", "options": { "env": { "PYTHONPATH": "." } }, "isBackground": true, "problemMatcher": [] } ] }