You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have almost nothing in my global PATH and configure tooling on a per-project basis.
Only when entering nix develop I get my LSP, compilers etc.
One issue I have with haskell-tools is when if I open my projects for a quick look/edit without entering the nix-shell, I get this annoying popup "Failed to find the GHC version of this Cabal project."
This is bound to fail, I would prefer just a warning notification without the vim.ui.select call.
Not sure how to fix, just wanted to share my workflow.
The text was updated successfully, but these errors were encountered:
Maybe it's just a neovim configuration issue but looks like there is something in the LSP protocol so reported here instead haskell/haskell-language-server#4006
Feature description
I have almost nothing in my global PATH and configure tooling on a per-project basis.
Only when entering
nix develop
I get my LSP, compilers etc.One issue I have with haskell-tools is when if I open my projects for a quick look/edit without entering the nix-shell, I get this annoying popup "Failed to find the GHC version of this Cabal project."

This is bound to fail, I would prefer just a warning notification without the vim.ui.select call.
Not sure how to fix, just wanted to share my workflow.
The text was updated successfully, but these errors were encountered: