
Release Notes: - Added the ability to edit LSP provided debug tasks --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
20 lines
337 B
JSON
20 lines
337 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"]
|
|
}
|
|
}
|
|
]
|