Remove remaining instances of router
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
parent
d398b96f56
commit
5338b30c00
12 changed files with 241 additions and 171 deletions
|
@ -162,7 +162,7 @@ pub fn build_app_state(cx: &AppContext) -> Arc<AppState> {
|
|||
settings,
|
||||
themes,
|
||||
languages: languages.clone(),
|
||||
rpc: rpc::Client::new(languages),
|
||||
rpc: rpc::Client::new(),
|
||||
fs: Arc::new(RealFs),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue