Merge pull request #587 from zed-industries/lsp-progress

Show language server progress in the status bar
This commit is contained in:
Nathan Sobo 2022-03-11 10:57:24 -07:00 committed by GitHub
commit fd36b25db1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 515 additions and 130 deletions

View file

@ -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,