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