14 lines
266 B
JSON
14 lines
266 B
JSON
|
|
// 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"
|
||
|
|
}
|
||
|
|
]
|