diff --git a/crates/debugger_ui/src/debugger_panel.rs b/crates/debugger_ui/src/debugger_panel.rs index 2e07039573..37bcdd8c84 100644 --- a/crates/debugger_ui/src/debugger_panel.rs +++ b/crates/debugger_ui/src/debugger_panel.rs @@ -685,7 +685,7 @@ impl DebugPanel { ) { let restart_args = event.clone().and_then(|e| e.restart); - // TODO debugger: remove current hightlights + // TODO debugger: remove current highlights self.dap_store.update(cx, |store, cx| { if restart_args.is_some() { diff --git a/crates/remote_server/src/headless_project.rs b/crates/remote_server/src/headless_project.rs index 973ceaba10..fd63dc2614 100644 --- a/crates/remote_server/src/headless_project.rs +++ b/crates/remote_server/src/headless_project.rs @@ -4,9 +4,12 @@ use gpui::{AppContext, AsyncAppContext, Context, Model, ModelContext}; use language::{proto::serialize_operation, Buffer, BufferEvent, LanguageRegistry}; use node_runtime::DummyNodeRuntime; use project::{ - buffer_store::{BufferStore, BufferStoreEvent}, dap_store::DapStore, project_settings::SettingsObserver, - search::SearchQuery, worktree_store::WorktreeStore, LspStore, LspStoreEvent, PrettierStore, ProjectPath, WorktreeId, - WorktreeSettings, + buffer_store::{BufferStore, BufferStoreEvent}, + dap_store::DapStore, + project_settings::SettingsObserver, + search::SearchQuery, + worktree_store::WorktreeStore, + LspStore, LspStoreEvent, PrettierStore, ProjectPath, WorktreeId, }; use remote::SshSession; use rpc::{