Make inline and regular diagnostics more related (#34237)
Release Notes: - N/A
This commit is contained in:
parent
7588280915
commit
a1188848ef
3 changed files with 26 additions and 9 deletions
|
@ -110,6 +110,7 @@ impl LanguageServerHealthStatus {
|
|||
|
||||
impl LanguageServerState {
|
||||
fn fill_menu(&self, mut menu: ContextMenu, cx: &mut Context<Self>) -> ContextMenu {
|
||||
menu = menu.align_popover_bottom();
|
||||
let lsp_logs = cx
|
||||
.try_global::<GlobalLogStore>()
|
||||
.and_then(|lsp_logs| lsp_logs.0.upgrade());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue