Uncomment tests

This commit is contained in:
Mikayla 2023-11-08 22:09:50 -08:00
parent 4404e76a2d
commit 269c3ea244
No known key found for this signature in database
7 changed files with 1751 additions and 1017 deletions

View file

@ -357,8 +357,7 @@ async fn restore_or_create_workspace(app_state: &Arc<AppState>, mut cx: AsyncApp
} else {
cx.update(|cx| {
workspace::open_new(app_state, cx, |workspace, cx| {
// todo!(editor)
// Editor::new_file(workspace, &Default::default(), cx)
Editor::new_file(workspace, &Default::default(), cx)
})
.detach();
})?;