Add back Completion::documentation

This commit is contained in:
Antonio Scandurra 2023-11-16 14:47:45 +01:00
parent 03b4c7c464
commit 781a95d2e3
3 changed files with 63 additions and 4 deletions

View file

@ -482,6 +482,7 @@ pub async fn deserialize_completion(
lsp_completion.filter_text.as_deref(),
)
}),
documentation: None,
server_id: LanguageServerId(completion.server_id as usize),
lsp_completion,
})