1[
2 {
3 "label": "Debug Zed (CodeLLDB)",
4 "adapter": "CodeLLDB",
5 "build": { "label": "Build Zed", "command": "cargo", "args": ["build"] }
6 },
7 {
8 "label": "Debug Zed (GDB)",
9 "adapter": "GDB",
10 "build": { "label": "Build Zed", "command": "cargo", "args": ["build"] }
11 }
12]