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

@ -1,6 +1,6 @@
use anyhow::Context;
use collections::{HashMap, HashSet};
use fs::Fs;
use fs2::Fs;
use gpui2::{AsyncAppContext, Model};
use language2::{language_settings::language_settings, Buffer, BundledFormatter, Diff};
use lsp2::{LanguageServer, LanguageServerId};