-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat(lsp): Arguments to explainError/renderDiagnostic from current line #431
Conversation
Review ChecklistDoes this PR follow the Contribution Guidelines? Following is a partial checklist: Proper conventional commit scoping:
If applicable:
|
Its my first more serious pull request so I'm sorry if I did something wrong, I don't know how to install nix on windows |
Hey, thanks for the contribution. 🙏 I'm quite busy at the moment but I'll make sure to give it a review and a test drive in the next few days 😃 |
CI is failing because stylua needs to be run. |
Co-authored-by: Marc Jakobi <[email protected]>
Co-authored-by: Marc Jakobi <[email protected]>
Co-authored-by: Marc Jakobi <[email protected]>
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.
Stylua is still failing :(
I'll try to figure it out |
I think it should work now |
Sorry for all the headache I've caused and thanks for this great plugin 😄 |
feat(lsp): explainError and renderDiagnostic command now have optional argument {cycle?|current?}. It default to cycle which is current behavior, current option makes it search for diagnostic only in the current cursor line