{
"version": "2.0.0",
"tasks": [
"label": "DEV: Build and Start Docker Compose",
"command": "make docker-dev",
"type": "shell",
"args": [],
"problemMatcher": ["$tsc"],
"presentation": {
"reveal": "always"
},
"group": "test"
"label": "Production: Build and Start Docker Compose",
"command": "make docker-prod",
"label": "Dev: Start Backend",
"command": "make backend",
"reveal": "always",
"group": "groupA"
"problemMatcher": []
"label": "Dev: Start Frontend",
"command": "make frontend",
"label": "Dev: Start Docs Server",
"command": "make docs",
"label": "Run python tests",
"command": "make test",
}
]