Closed
Description
Cross-posted from emacs-lsp/lsp-haskell#128 on the recommendation of @michaelpj:
When I try to apply a code action such as ‘Unfold’ or ‘Fold’, I get the following message:
LSP :: Please open an issue in lsp-mode for implementing `11160:retrie:retrieCommand'. (error "Not enough arguments for format string")
And the relevant part of the log from LSP:
[Trace - 06:55:01 PM] Received response 'workspace/executeCommand - (95)' in 0ms. Result: { "code": -32602, "message": "error while parsing args for retrieCommand in plugin retrie: expected Bool, but encountered Null\narg = Object (fromList [(\"description\",String \"Unfold wSheet\"),(\"originatingFile\",String \"file:///c%3A/Users/bradn/Documents/Spreadsheet/supercell/src/Main.hs\"),(\"restrictToOriginatingFile\",Null),(\"rewrites\",Array [Object (fromList [(\"contents\",String \"Main.wSheet\"),(\"tag\",String \"Unfold\")])])])" }