Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Bug 518685 - [lsp] Orion assumes that textDocument/completion request…
…s will always return a CompletionList As textDocument/completion responses from the server can come in the form of a CompletionList or a CompletionItem[], we should check which type has been returned instead of assuming that it is a CompletionList. Signed-off-by: Remy Suen <remy.suen@gmail.com>
- Loading branch information