-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Sanitize the setup of the default Ide.Config #1361
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It looks like HLint plugin requires some changes too. |
there isn't a sensible way to fix it, so I just plugged in the type error and let the lsp 1.0 PR take care of it |
a824263
to
3c8808a
Compare
bee019e
to
d73f70e
Compare
@jneira I'm dropping the "ghcide does not support update config" test. Shout if you want to keep it |
@pepeiborra that test is already dropped in my lsp-1.0 PR. |
I will not miss it, thanks for cleaning it out |
d73f70e
to
468ef66
Compare
This adds a field in the
defaultMain
driver to specify the default config, replacing two callbacks and making things a bit saner.The rest of the changes are to deal with the use of
def
in various places which had to be turned into a parameter.