Rebase fixes

This commit is contained in:
Kirill Bulatov 2023-10-09 15:44:48 +03:00
parent b5705e079f
commit 9bf22c56cd

View file

@ -569,9 +569,9 @@ impl TestClient {
cx.update(|cx| {
Project::local(
self.client().clone(),
self.app_state.node_runtime.clone(),
self.app_state.user_store.clone(),
self.app_state.languages.clone(),
self.app_state.node_runtime.clone(),
self.app_state.fs.clone(),
cx,
)