Add lsp_settings_changed: Task to Project, need to resolve cx in Project::on_settings_changed

This commit is contained in:
Isaac Clayton 2022-07-04 18:25:05 +02:00
parent f4b4212932
commit 7d128e81aa
2 changed files with 162 additions and 99 deletions

View file

@ -399,7 +399,7 @@ pub fn serialize_completion(completion: &Completion) -> proto::Completion {
pub async fn deserialize_completion(
completion: proto::Completion,
language: Option<&Arc<Language>>,
language: Option<Arc<Language>>,
) -> Result<Completion> {
let old_start = completion
.old_start