Merge pull request #587 from zed-industries/lsp-progress
Show language server progress in the status bar
This commit is contained in:
commit
fd36b25db1
11 changed files with 515 additions and 130 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