Debugger UI: Dynamic session contents (#28033)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: Anthony Eid <hello@anthonyeid.me> Co-authored-by: Anthony <anthony@zed.dev>
This commit is contained in:
parent
fdaf2a27bf
commit
22b937f27f
14 changed files with 663 additions and 537 deletions
|
@ -1202,12 +1202,15 @@ impl Render for TerminalPanel {
|
|||
self.workspace
|
||||
.update(cx, |workspace, cx| {
|
||||
registrar.size_full().child(self.center.render(
|
||||
workspace.project(),
|
||||
&HashMap::default(),
|
||||
None,
|
||||
&self.active_pane,
|
||||
workspace.zoomed_item(),
|
||||
workspace.app_state(),
|
||||
&workspace::PaneRenderContext {
|
||||
follower_states: &&HashMap::default(),
|
||||
active_call: workspace.active_call(),
|
||||
active_pane: &self.active_pane,
|
||||
app_state: &workspace.app_state(),
|
||||
project: workspace.project(),
|
||||
workspace: &workspace.weak_handle(),
|
||||
},
|
||||
window,
|
||||
cx,
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue