{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Activate venv and run app.py", "command": "source .venv/Scripts/activate && python app.py", "group": "build", "problemMatcher": [] } ] }