We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.vscode/settings.json
{ "haskell": { "plugin" : { "importLens" : { "codeLensOn" : false }, "ghcide-type-lenses" : { "codeLensOn" : false } } } }
i see import lenses are removed but no type sigs ones:
The text was updated successfully, but these errors were encountered:
I think this issue was fixed by #1284:
haskell-language-server/hls-plugin-api/src/Ide/Types.hs
Line 73 in 4bcd0c6
Sorry, something went wrong.
So hls-1.0.0 should include it, could we test the configuration pasted above to confirm it (will do in some hours myself)?
Works for me
Many thanks for confirming it, love miss issues already resolved 😅
No branches or pull requests
.vscode/settings.json
i see import lenses are removed but no type sigs ones:
The text was updated successfully, but these errors were encountered: