update prettier2, call2 and project2 to use fs2

This commit is contained in:
KCaverly 2023-10-30 16:21:58 -04:00
parent 78573fb140
commit b34f0c3bee
8 changed files with 17 additions and 17 deletions

View file

@ -13,7 +13,7 @@ use client2::{
Client, ParticipantIndex, TypedEnvelope, User, UserStore,
};
use collections::{BTreeMap, HashMap, HashSet};
use fs::Fs;
use fs2::Fs;
use futures::{FutureExt, StreamExt};
use gpui2::{
AppContext, AsyncAppContext, Context, EventEmitter, Model, ModelContext, Task, WeakModel,