lsp
lsp copied to clipboard
Missing `null` case of response to `textDocument/definition` request
ResponseResult TextDocumentDefinition = Location |? (List Location |? List LocationLink)
I suppose it is possible to return List [] instead of null because it should have the semantics though.
Related: https://github.com/haskell/lsp/issues/268
Fixed