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
When "Enables explicit imports code lenses" is enabled, the import section of my example looks like
After disabling, it looks like
I'd not expect to see any import lenses anymore (but maybe I'm misunderstanding the setting?), but although some import lenses are gone, but all are.
I initially reported this as as a bug against HLS itself (haskell/haskell-language-server#2098) but I guess it's a vscode integration problem, not a HLS problem.