Skip to content

lsp: Use the resolved completion item

Waqar Ahmed requested to merge work/resolve-full into master

Once the item is resolved use it instead of just updating one field. This way we can avoid resolving multiple times which might not even be supported by a server.

Merge request reports