diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index d1d823d5bb3808..ce5adaeaf96286 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -110,6 +110,7 @@ use mouse_context_menu::MouseContextMenu; use persistence::DB; use project::{ debugger::breakpoint_store::{BreakpointEditAction, BreakpointStore, BreakpointStoreEvent}, + lsp_store::CompletionDocumentation, ProjectPath, };