1 2 3 4 5 6 7 8 9 10 11 12 13 14
[ { "label": "Build & Debug", "adapter": "CodeLLDB", "build": { "command": "cargo", "args": ["run", "--", "--dry", "-v"] }, "program": "$ZED_WORKTREE_ROOT/target/debug/gim", "sourceLanguages": ["rust"], "request": "launch", "args": [] } ]