Define project settings in project crate
This commit is contained in:
parent
65e3713d4d
commit
cbd4771f10
17 changed files with 59 additions and 27 deletions
|
@ -201,7 +201,7 @@ impl TestServer {
|
|||
});
|
||||
|
||||
cx.update(|cx| {
|
||||
Project::init(&client);
|
||||
Project::init(&client, cx);
|
||||
client::init(&client, cx);
|
||||
language::init(cx);
|
||||
editor::init_settings(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue