debugger: Add locator for Python tasks (#31533)
Closes #ISSUE Release Notes: - debugger: Python tests/main functions can now we debugged from the gutter. --------- Co-authored-by: Kirill Bulatov <kirill@zed.dev>
This commit is contained in:
parent
15d59fcda9
commit
c0a5ace8b8
6 changed files with 118 additions and 3 deletions
|
@ -295,7 +295,6 @@ impl DebugPanel {
|
|||
})
|
||||
})?
|
||||
.await?;
|
||||
|
||||
dap_store
|
||||
.update(cx, |dap_store, cx| {
|
||||
dap_store.boot_session(session.clone(), definition, cx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue