Another lsp tool UI migration (#34009)
https://github.com/user-attachments/assets/54182f0d-43e9-4482-89b9-94db5ddaabf8 Release Notes: - N/A
This commit is contained in:
parent
955580dae6
commit
82aee6bcf7
7 changed files with 485 additions and 535 deletions
|
@ -426,6 +426,7 @@ impl ContextPicker {
|
|||
this.add_recent_file(project_path.clone(), window, cx);
|
||||
})
|
||||
},
|
||||
None,
|
||||
)
|
||||
}
|
||||
RecentEntry::Thread(thread) => {
|
||||
|
@ -443,6 +444,7 @@ impl ContextPicker {
|
|||
.detach_and_log_err(cx);
|
||||
})
|
||||
},
|
||||
None,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue