Introduce "entry openers" but still register editors in workspace

This commit is contained in:
Antonio Scandurra 2021-11-24 15:18:15 +01:00
parent a7186c643f
commit 9bb195e177
7 changed files with 67 additions and 21 deletions

View file

@ -30,6 +30,7 @@ pub fn test_app_state(cx: &mut MutableAppContext) -> Arc<AppState> {
client,
user_store,
fs: Arc::new(FakeFs::new()),
entry_openers: Arc::from([]),
})
}