debugger: Fix wrong variant of new process modal deployed (#32168)
I think this was added back when the `Launch` variant meant what we now call `Debug` Release Notes: - N/A
This commit is contained in:
parent
dda614091a
commit
32d5a2cca0
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ impl DebugPanel {
|
|||
window.defer(cx, move |window, cx| {
|
||||
workspace
|
||||
.update(cx, |workspace, cx| {
|
||||
NewProcessModal::show(workspace, window, NewProcessMode::Launch, None, cx);
|
||||
NewProcessModal::show(workspace, window, NewProcessMode::Debug, None, cx);
|
||||
})
|
||||
.ok();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue