Fix compile errors with lsp2

Co-authored-by: Jospeh <joseph@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-10-26 14:48:04 +02:00
parent 69e5ecc015
commit 6fe393db2a
3 changed files with 2 additions and 3 deletions

View file

@ -117,7 +117,6 @@ fn main() {
let copilot_language_server_id = languages.next_language_server_id();
languages.set_executor(cx.executor().clone());
languages.set_language_server_download_dir(paths::LANGUAGES_DIR.clone());
let languages = Arc::new(languages);
let node_runtime = RealNodeRuntime::new(http.clone());
language2::init(cx);