Merge pull request #455 from zed-industries/rename
Introduce rename support via `F2`
This commit is contained in:
commit
8913ec6cfd
20 changed files with 1604 additions and 490 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue