Restart LSP server on initialization options change

This commit is contained in:
Kirill Bulatov 2023-07-06 23:08:04 +03:00
parent 3ca0170264
commit fff65968bf
2 changed files with 23 additions and 5 deletions

View file

@ -4809,6 +4809,7 @@ mod tests {
theme::init((), cx);
language::init(cx);
crate::init_settings(cx);
Project::init_settings(cx);
});
}
}