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

fix: filter diagnostics within the range to send to code action request #805

Merged

Conversation

braineo
Copy link
Contributor

@braineo braineo commented Dec 4, 2023

without this fix, code action at point will list all the possible actions for the file regardless of the range argument in eslint server

this fix allows the server to filter the return value based on cursor position and selected range

@manateelazycat manateelazycat merged commit 638a351 into manateelazycat:master Dec 4, 2023
1 check passed
@manateelazycat
Copy link
Owner

Thanks for patch.

@braineo braineo deleted the fix-code-action-filter branch December 4, 2023 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants