lsp-test icon indicating copy to clipboard operation
lsp-test copied to clipboard

Fix docs (or impl) of request_

Open pepeiborra opened this issue 5 years ago • 1 comments

The docs say it's the same as sendRequest, which is non-blocking, but the implementation uses request, which blocks:

https://github.com/bubba/lsp-test/blob/23b1dcf20f37869d29158ebc38402503894bcd80/src/Language/Haskell/LSP/Test.hs#L267-L269

pepeiborra avatar Sep 05 '20 12:09 pepeiborra

That should probably say the same as 'request', will fix

lukel97 avatar Sep 07 '20 20:09 lukel97