{ "version": "2.0.0", "tasks": [ { "label": "Run Server", "type": "shell", "command": "go run main.go", "isBackground": true, "problemMatcher": [], "group": "build" } ] }