Add lsp_settings_changed: Task to Project, need to resolve cx in Project::on_settings_changed
This commit is contained in:
parent
f4b4212932
commit
7d128e81aa
2 changed files with 162 additions and 99 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue