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
Output of haskell-language-server --probe-tools or haskell-language-server-wrapper --probe-tools:
haskell-language-server version: 1.3.0.0 (GHC: 8.10.4) (PATH: /home/edsko/.ghcup/bin/haskell-language-server-wrapper-1.3.0) (GIT hash: e7c5e90b6df5dff2760d76169eddaea3bdd6a831)
Tool versions found on the $PATH
cabal: 3.4.0.0
stack: 2.7.3
ghc: 8.8.4
Which OS do you use:
Ubuntu
Which lsp-client do you use:
vscode
Describe your project (alternative: link to the project): https://github.com/well-typed/large-records (cabal file, cabal project file)
Contents of hie.yaml:
Don't use one
Steps to reproduce
When "Enables explicit imports code lenses" is enabled, the import section of my example looks like
After disabling, it looks like
Expected behaviour
I'd not expect to see any import lenses anymore (but maybe I'm misunderstanding the setting?).
Actual behaviour
Some import lenses are gone, but not all.
The text was updated successfully, but these errors were encountered:
Your environment
Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
:haskell-language-server version: 1.3.0.0 (GHC: 8.10.4) (PATH: /home/edsko/.ghcup/bin/haskell-language-server-wrapper-1.3.0) (GIT hash: e7c5e90b6df5dff2760d76169eddaea3bdd6a831) Tool versions found on the $PATH cabal: 3.4.0.0 stack: 2.7.3 ghc: 8.8.4
Which OS do you use:
Ubuntu
Which lsp-client do you use:
vscode
Describe your project (alternative: link to the project):
https://github.com/well-typed/large-records (cabal file, cabal project file)
Contents of
hie.yaml
:Don't use one
Steps to reproduce
When "Enables explicit imports code lenses" is enabled, the import section of my example looks like
After disabling, it looks like
Expected behaviour
I'd not expect to see any import lenses anymore (but maybe I'm misunderstanding the setting?).
Actual behaviour
Some import lenses are gone, but not all.
The text was updated successfully, but these errors were encountered: