{ "version": "2.0.0", "tasks": [ { "label": "Run Flask App", "type": "shell", "command": "./venv/bin/python app.py", "args": [], "isBackground": true, "problemMatcher": [], "group": "none" } ] }