Add an integration test for replicating buffer's diagnostics
This commit is contained in:
parent
89392cd23d
commit
a66b81d60a
5 changed files with 116 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
pub use language::{Language, LanguageRegistry};
|
||||
pub use language::{Buffer, Diagnostic, Language, LanguageRegistry, Point};
|
||||
use rust_embed::RustEmbed;
|
||||
use std::borrow::Cow;
|
||||
use std::{str, sync::Arc};
|
||||
|
|
|
@ -15,6 +15,7 @@ use gpui::{
|
|||
platform::WindowOptions,
|
||||
ModelHandle, MutableAppContext, PathPromptOptions, Task, ViewContext,
|
||||
};
|
||||
pub use lsp;
|
||||
use parking_lot::Mutex;
|
||||
pub use people_panel;
|
||||
use people_panel::PeoplePanel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue