Small style fixes

This commit is contained in:
Kirill Bulatov 2023-10-10 17:16:43 +03:00
parent 9bf22c56cd
commit 986a516bf1
4 changed files with 8 additions and 2 deletions

View file

@ -8496,6 +8496,7 @@ impl Project {
.insert(new_server_id, (name, Arc::clone(prettier_server)));
// TODO kb could there be a race with multiple default prettier instances added?
// also, clean up prettiers for dropped workspaces (e.g. external files that got closed)
// also, is there a way to speed up initial prettier startup? now it takes a 1s or so on the first formatting attempt.
cx.emit(Event::LanguageServerAdded(new_server_id));
});
}