Merge pull request #455 from zed-industries/rename

Introduce rename support via `F2`
This commit is contained in:
Antonio Scandurra 2022-02-19 11:07:39 +01:00 committed by GitHub
commit 8913ec6cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 1604 additions and 490 deletions

View file

@ -42,7 +42,7 @@ pub fn test_app_state(cx: &mut MutableAppContext) -> Arc<AppState> {
channel_list: cx.add_model(|cx| ChannelList::new(user_store.clone(), client.clone(), cx)),
client,
user_store,
fs: Arc::new(FakeFs::new(cx.background().clone())),
fs: FakeFs::new(cx.background().clone()),
path_openers: Arc::from(path_openers),
build_window_options: &build_window_options,
build_workspace: &build_workspace,