debugger: Start on tabless design (#27837)
 Release Notes: - N/A --------- Co-authored-by: Anthony Eid <hello@anthonyeid.me> Co-authored-by: Anthony <anthony@zed.dev>
This commit is contained in:
parent
9986a21970
commit
ece4a1cd7c
33 changed files with 1287 additions and 1092 deletions
|
@ -537,7 +537,11 @@ impl LocalMode {
|
|||
Ok((adapter, binary))
|
||||
}
|
||||
|
||||
pub fn initialize_sequence(
|
||||
pub fn label(&self) -> String {
|
||||
self.config.label.clone()
|
||||
}
|
||||
|
||||
fn initialize_sequence(
|
||||
&self,
|
||||
capabilities: &Capabilities,
|
||||
initialized_rx: oneshot::Receiver<()>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue