-
Notifications
You must be signed in to change notification settings - Fork 90
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
hls-class-plugin setting fields are missing #686
Comments
Weird, must have slipped through :( |
My fault, I should raise an issue here after haskell/haskell-language-server#2920. But the pr takes so much time, I forgot it... |
BTW, will you update the fields by scanning the pr list in hls or rely on |
I rely on However, I am currently working on printing the json with sorted keys, making sure we haven't deleted anything on accident and making it easier to view added keys. |
Looks reasonable to me, and I confirmed {
"haskell.plugin.class.codeLensOn": false,
"haskell.plugin.class.codeActionsOn": false
} works for me. Let's go! |
After haskell/haskell-language-server#2920, hls-class-plugin has two configurable fields now(after haskell/haskell-language-server#3107), including:
haskell.plugin.class.codeActionsOn
haskell.plugin.class.codeLensOn
But currently vscode-haskell only has the first one.
The text was updated successfully, but these errors were encountered: