Fix diagnostic updates after restarting an LSP w/ a pending diagnostic job
This commit is contained in:
parent
b354af7bda
commit
f73de202d0
2 changed files with 92 additions and 9 deletions
|
@ -3,8 +3,8 @@ use gpui::{
|
|||
elements::*, platform::CursorStyle, Entity, ModelHandle, RenderContext, View, ViewContext,
|
||||
};
|
||||
use project::Project;
|
||||
use workspace::{StatusItemView};
|
||||
use settings::Settings;
|
||||
use workspace::StatusItemView;
|
||||
|
||||
pub struct DiagnosticSummary {
|
||||
summary: project::DiagnosticSummary,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue