Fix vim tests

This commit is contained in:
Conrad Irwin 2024-01-04 08:59:31 -07:00
parent 5c32dd5688
commit 9d146a2a6f

View File

@ -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,