15 lines
327 B
JSON
15 lines
327 B
JSON
// Project-local debug tasks
|
|
//
|
|
// For more documentation on how to configure debug tasks,
|
|
// see: https://zed.dev/docs/debugger
|
|
[
|
|
{
|
|
"label": "Launch probe-rs debugging",
|
|
"adapter": "probe-rs",
|
|
"request": "launch",
|
|
"cwd": "$ZED_WORKTREE_ROOT",
|
|
"server": "127.0.0.1:50000 ",
|
|
"coreConfigs": [],
|
|
},
|
|
]
|