csharp-language-server-protocol icon indicating copy to clipboard operation
csharp-language-server-protocol copied to clipboard

Completion Request returning null response leads to an unhandled exception in the client

Open yevgeni-zolotko opened this issue 4 years ago • 0 comments

As defined in the spec here Completion Request can return null:

textDocument/completion ... Response: result: CompletionItem[] | CompletionList | null

However, if a server returns null from Completion Request, an unhandled is thrown on client (most probably, here).

yevgeni-zolotko avatar May 11 '21 13:05 yevgeni-zolotko