Extract file_finder
into its own crate
This commit is contained in:
parent
1ec0afb2d1
commit
cd6378e848
6 changed files with 36 additions and 2 deletions
|
@ -13,7 +13,7 @@ use zed::{
|
|||
self,
|
||||
assets::Assets,
|
||||
client::{self, http, ChannelList, UserStore},
|
||||
editor, file_finder,
|
||||
editor,
|
||||
fs::RealFs,
|
||||
language, menus, people_panel, theme_selector, AppState, OpenParams, OpenPaths,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue