Show more information in lsp status bar item
* Distinguish between checking for updates and downloading * Show dismissable error message when downloading failed and there is no cached server. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
ededfff3a8
commit
79910ba931
6 changed files with 263 additions and 90 deletions
|
@ -43,6 +43,8 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut gpui::MutableAppContext) {
|
|||
}
|
||||
});
|
||||
|
||||
workspace::lsp_status::init(cx);
|
||||
|
||||
cx.add_bindings(vec![
|
||||
Binding::new("cmd-=", AdjustBufferFontSize(1.), None),
|
||||
Binding::new("cmd--", AdjustBufferFontSize(-1.), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue