acid/firmware/.zed/debug.json

15 lines
327 B
JSON
Raw Normal View History

2026-02-03 22:05:47 +01:00
// 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": [],
},
]