update prettier2, call2 and project2 to use fs2
This commit is contained in:
parent
78573fb140
commit
b34f0c3bee
8 changed files with 17 additions and 17 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue