lsp icon indicating copy to clipboard operation
lsp copied to clipboard

Missing `null` case of response to `textDocument/definition` request

Open lehmacdj opened this issue 3 years ago • 1 comments

ResponseResult TextDocumentDefinition = Location |? (List Location |? List LocationLink)
Screen Shot 2022-03-12 at 4 59 46 PM

I suppose it is possible to return List [] instead of null because it should have the semantics though.

lehmacdj avatar Mar 13 '22 01:03 lehmacdj

Related: https://github.com/haskell/lsp/issues/268

michaelpj avatar Mar 14 '22 11:03 michaelpj

Fixed

michaelpj avatar Aug 27 '23 09:08 michaelpj