HLint actions fail for Debian(WSL) and Coc #1163
Labels
component: hls-hlint-plugin
os: windows
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Debian 10 running though WSL
Which lsp-client do you use:
Neovim with CoC
Steps to reproduce
clone https://github.com/davorklju/hsl-issue
Open vim and enter
:CocConfig
.Copy the contents of hls-test/coc-setting.json into the buffer and save.
Open hsl-issue/src/Foo.hs
Move the cursor over
foo
, when the hlint message pops up enter:CocAction
Select "Apply hint: Eta reduce" and hit enter.
Expected behaviour
The code changes from "foo x = foo x" to "foo = foo"
Actual behaviour
The code stays the same.
Include debug information
Debug output:
LSP logs:
The text was updated successfully, but these errors were encountered: