// Project-local debug tasks // // For more documentation on how to configure debug tasks, // see: https://zed.dev/docs/debugger [ { "label": "debug main", "adapter": "Delve", "request": "launch", "mode": "debug", "program": "./cmd/main" } ]