Get nextLS running

This commit is contained in:
Mikayla 2023-09-20 06:55:24 -07:00
parent e37373a636
commit 0cceb3fdf1
No known key found for this signature in database
7 changed files with 56 additions and 9 deletions

View file

@ -456,7 +456,7 @@ fn main() {
let languages = Arc::new(languages);
let node_runtime = RealNodeRuntime::new(http.clone());
languages::init(languages.clone(), node_runtime.clone());
languages::init(languages.clone(), node_runtime.clone(), cx);
language::init(cx);
project::Project::init(&client, cx);