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