mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 23:59:52 +03:00
Fix vim tests
This commit is contained in:
parent
5c32dd5688
commit
9d146a2a6f
@ -3264,6 +3264,7 @@ impl Workspace {
|
||||
let user_store = project.read(cx).user_store();
|
||||
|
||||
let workspace_store = cx.new_model(|cx| WorkspaceStore::new(client.clone(), cx));
|
||||
cx.activate_window();
|
||||
let app_state = Arc::new(AppState {
|
||||
languages: project.read(cx).languages().clone(),
|
||||
workspace_store,
|
||||
|
Loading…
Reference in New Issue
Block a user