lukel97 / lsp-test

A functional test framework for LSP servers
BSD 3-Clause "New" or "Revised" License
35 stars 15 forks source link

Fix docs (or impl) of request_ #72

Open pepeiborra opened 4 years ago

pepeiborra commented 4 years ago

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

lukel97 commented 4 years ago

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