Make CI pass
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user