{ "version": "2.0.0", "tasks": [ { "label": "go build", "type": "shell", "command": "go build -o bin/hello ./...", "group": "build", "problemMatcher": ["$go"] } ] }