Fix vim tests
This commit is contained in:
parent
5c32dd5688
commit
9d146a2a6f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue