Render pending language server work in status bar
This commit is contained in:
parent
4bbf5ed0b9
commit
4243f0c339
4 changed files with 151 additions and 54 deletions
|
@ -101,6 +101,7 @@ pub fn build_workspace(
|
|||
});
|
||||
let lsp_status = cx.add_view(|cx| {
|
||||
workspace::lsp_status::LspStatus::new(
|
||||
workspace.project(),
|
||||
app_state.languages.clone(),
|
||||
app_state.settings.clone(),
|
||||
cx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue