Update debug.json in Zed repo to run the build on session startup (#31707)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
6ea9abdc1b
commit
c42d060509
1 changed files with 2 additions and 7 deletions
|
@ -2,16 +2,11 @@
|
||||||
{
|
{
|
||||||
"label": "Debug Zed (CodeLLDB)",
|
"label": "Debug Zed (CodeLLDB)",
|
||||||
"adapter": "CodeLLDB",
|
"adapter": "CodeLLDB",
|
||||||
"program": "$ZED_WORKTREE_ROOT/target/debug/zed",
|
"build": { "label": "Build Zed", "command": "cargo", "args": ["build"] }
|
||||||
"request": "launch"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Debug Zed (GDB)",
|
"label": "Debug Zed (GDB)",
|
||||||
"adapter": "GDB",
|
"adapter": "GDB",
|
||||||
"program": "$ZED_WORKTREE_ROOT/target/debug/zed",
|
"build": { "label": "Build Zed", "command": "cargo", "args": ["build"] }
|
||||||
"request": "launch",
|
|
||||||
"initialize_args": {
|
|
||||||
"stopAtBeginningOfMainSubprogram": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue