{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "2.0.0", "tasks": [ { "label": "Build", "command": "docker-compose", "args": [ "run", "builder" ], "type": "shell", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } }, { "label": "Build (Builder)", "command": "docker-compose", "args": [ "build", "builder" ], "type": "shell" } ] }