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: correct matching of "only" kinds provided by the client #334

Merged
merged 2 commits into from
Dec 16, 2021

Conversation

rchl
Copy link
Member

@rchl rchl commented Dec 13, 2021

The matching of "only" code action kind provided by the client was not correct (especially for the "fixall" actions). Imported the CodeActionKind class from VSCode and using its matching logic to fix that.

src/lsp-server.ts Outdated Show resolved Hide resolved
@rchl rchl merged commit d85ff92 into master Dec 16, 2021
@rchl rchl deleted the fix/only-matching branch December 16, 2021 21:32
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.

None yet

1 participant