-
-
Notifications
You must be signed in to change notification settings - Fork 391
Class plugin fails to parse Command Arguments #2993
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
Comments
@drsooch I built your |
Can you add the instance declaration to the bottom of the file? That's where I saw the issue. |
Looks fine. instance Pretty ResponseError where pretty = _ I just noticed this #2998, but your error message seems not possible, not sure how the type miss-match happened... |
Hmm, seems like it's a client issue... Can't reproduce in VSCode. Will close? |
Aha, change to raise a lsp client bug? |
Close this as not reproduced in other editors |
Your environment
Steps to reproduce
In
Development.IDE.Types.Logger
adding:And attempting to generate the class method (with no signature) results in:
FYI: this is part of
log-response-errors
branch so it is not in master so this will not be seen.Expected behaviour
The generated class method to be shown
Include debug information
GHC-9.0.2 - HLS built from master (with minor changes to log messages)
The text was updated successfully, but these errors were encountered: