Refactor LSP restart logic
Instead of storing `initialization_options` in every LSP adapter as before, store previous LSP settings in `Project` entirely. This way, we can later have use multiple different project configurations per single LSP with its associated adapter. co-authored-by: Max Brunsfeld <max@zed.dev>
This commit is contained in:
parent
efe8b8b6d0
commit
4b4d049b0a
4 changed files with 25 additions and 8 deletions
|
@ -907,6 +907,7 @@ mod tests {
|
|||
let params = cx.update(AppState::test);
|
||||
cx.update(|cx| {
|
||||
theme::init((), cx);
|
||||
Project::init_settings(cx);
|
||||
language::init(cx);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue