haskell / lsp

Haskell library for the Microsoft Language Server Protocol
359 stars 89 forks source link

Resolve helpers in lsp-test should check for the server capability for the relevant resolve method #577

Open michaelpj opened 1 month ago

michaelpj commented 1 month ago

At the moment they check for the presence of a data field, which is an okay proxy but not technically the right thing. See https://github.com/haskell/lsp/pull/575#discussion_r1604808943