Skip to content
New issue

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

ghcide plugins don't honour generic plugin configuration #1321

Closed
jneira opened this issue Feb 7, 2021 · 4 comments
Closed

ghcide plugins don't honour generic plugin configuration #1321

jneira opened this issue Feb 7, 2021 · 4 comments

Comments

@jneira
Copy link
Member

jneira commented Feb 7, 2021

{
    "haskell": {
        "plugin" : {
            "importLens" : {
                "codeLensOn" : false
            },
            "ghcide-type-lenses" : {
                "codeLensOn" : false
            }
        }
    }
}

i see import lenses are removed but no type sigs ones:

imagen

@berberman
Copy link
Collaborator

I think this issue was fixed by #1284:

pluginEnabled :: SMethod m -> PluginId -> Config -> Bool

@jneira
Copy link
Member Author

jneira commented Mar 4, 2021

So hls-1.0.0 should include it, could we test the configuration pasted above to confirm it (will do in some hours myself)?

@berberman
Copy link
Collaborator

image

Works for me

@jneira
Copy link
Member Author

jneira commented Mar 4, 2021

Many thanks for confirming it, love miss issues already resolved 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants