This commit is contained in:
Antonio Scandurra
2022-09-13 14:10:13 +02:00
parent c03300df29
commit 2b9fe0a2e6
8 changed files with 89 additions and 51 deletions
+2
View File
@@ -87,6 +87,8 @@ fn main() {
});
app.run(move |cx| {
std::mem::forget(cx.platform().add_status_item());
let client = client::Client::new(http.clone());
let mut languages = LanguageRegistry::new(login_shell_env_loaded);
languages.set_language_server_download_dir(zed::paths::LANGUAGES_DIR.clone());