Use proper NodeRuntime in the formatter interface
This commit is contained in:
parent
a420d9cdc7
commit
a8387b8b19
10 changed files with 71 additions and 20 deletions
|
@ -138,7 +138,7 @@ fn main() {
|
|||
|
||||
theme::init(Assets, cx);
|
||||
context_menu::init(cx);
|
||||
project::Project::init(&client, cx);
|
||||
project::Project::init(&client, Some(Arc::clone(&node_runtime)), cx);
|
||||
client::init(&client, cx);
|
||||
command_palette::init(cx);
|
||||
language::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue