Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSmitsDev committed Feb 25, 2025
1 parent f12b3c9 commit af69318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/project/src/debugger/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use futures::channel::oneshot;
use futures::{future::join_all, future::Shared, FutureExt};
use gpui::{App, AppContext, AsyncApp, BackgroundExecutor, Context, Entity, Task, WeakEntity};
use rpc::AnyProtoClient;
use serde_json::Value;
use serde_json::json;
use settings::Settings;
use smol::stream::StreamExt;
use std::path::PathBuf;
Expand Down

0 comments on commit af69318

Please sign in to comment.