Make CI pass

This commit is contained in:
Remco Smits
2024-09-21 18:38:40 +02:00
parent 278699f2f7
commit f1f1426635
2 changed files with 7 additions and 4 deletions

View File

@@ -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() {

View File

@@ -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::{