{ "version": "2.0.0", "tasks": [ { "label": "Start All", "type": "shell", "command": "docker compose up -d", "problemMatcher": [] }, { "label": "Start DB", "type": "shell", "command": "docker compose up -d db", "problemMatcher": [] }, ] }