12 lines
293 B
JSON
12 lines
293 B
JSON
[
|
|
{
|
|
"label": "Debug Zed (CodeLLDB)",
|
|
"adapter": "CodeLLDB",
|
|
"build": { "label": "Build Zed", "command": "cargo", "args": ["build"] }
|
|
},
|
|
{
|
|
"label": "Debug Zed (GDB)",
|
|
"adapter": "GDB",
|
|
"build": { "label": "Build Zed", "command": "cargo", "args": ["build"] }
|
|
}
|
|
]
|