WIP: Show status bar item with a backing metal layer

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-09-09 15:07:41 +02:00
parent 2b9fe0a2e6
commit 1c810d7e8d
2 changed files with 45 additions and 10 deletions

View file

@ -88,7 +88,6 @@ 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());