-
I'm trying learning haskell and trying to do my editor setup, but it seems like when I try to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey 👋 This looks like a conflict caused by mason-lspconfig, You can confirm this with To solve this, you have to either disable the |
Beta Was this translation helpful? Give feedback.
Hey 👋
This looks like a conflict caused by mason-lspconfig,
which sets up the
lspconfig.hls
LSP client configuration. As a result, you have two LSP clients attached to the buffer.You can confirm this with
:checkhealth haskell-tools
.To solve this, you have to either disable the
lspconfig.hls
configuration or configure mason-lspconfig to not set it up.