gbserver/.zed/debug.json

15 lines
272 B
JSON
Raw Permalink Normal View History

2025-08-14 09:42:05 -03:00
[
{
"label": "Build & Debug native binary",
"build": {
"command": "cargo",
"args": ["build"]
},
"program": "$ZED_WORKTREE_ROOT/target/debug/gbserver",
"sourceLanguages": ["rust"],
"request": "launch",
"adapter": "CodeLLDB"
}
]