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
It is possible to execute a stack program outside of a stack project and with only one file using the lines provided in the documentation. Would it be possible to implement support for this in your project ?
Your environment
Output of haskell-language-server --probe-tools or haskell-language-server-wrapper --probe-tools:
haskell-language-server version: 1.2.0.0 (GHC: 8.8.4) (PATH: /home/fyusuf-a/.cabal/store/ghc-8.8.4/haskell-language-server-1.2.0.0-e-haskell-language-server-3fd296f99d374f7cd5ffa3f1119c810ac75c1cf90b40963ae8d113fadbfa9dc5/bin/haskell-language-server)
Tool versions found on the $PATH
cabal: 3.3.0.0
stack: 2.7.3
ghc: 8.8.4
Which OS do you use:
Ubuntu
Which lsp-client do you use:
Neovim with coc.nvim
Describe your project (alternative: link to the project):
hi, thanks for reporting the issue
we have an issue about here #111
you can read it there is no workaround for now and a linked issue in stack which will enable it
It is possible to execute a stack program outside of a stack project and with only one file using the lines provided in the documentation. Would it be possible to implement support for this in your project ?
Your environment
Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
:haskell-language-server version: 1.2.0.0 (GHC: 8.8.4) (PATH: /home/fyusuf-a/.cabal/store/ghc-8.8.4/haskell-language-server-1.2.0.0-e-haskell-language-server-3fd296f99d374f7cd5ffa3f1119c810ac75c1cf90b40963ae8d113fadbfa9dc5/bin/haskell-language-server) Tool versions found on the $PATH cabal: 3.3.0.0 stack: 2.7.3 ghc: 8.8.4
Which OS do you use:
Ubuntu
Which lsp-client do you use:
Neovim with coc.nvim
Describe your project (alternative: link to the project):
Content of Main.hs :
Steps to reproduce
Expected behaviour
No linting for errors should happen.
Actual behaviour
The haskell-language-server should report no error.
The text was updated successfully, but these errors were encountered: