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

Add explicit flag enabling mutation codeActions #10

Merged
merged 3 commits into from
Nov 18, 2024

Conversation

hegyibalint
Copy link
Member

Currently, we send mutation codeAction responses to all clients.
This is not correct, as mutations require explicit support from the client, as they need to query further information from the user before the mutation can be executed.

This PR adds the support for the client to explicitly declare that they support mutations.

@hegyibalint hegyibalint added in:lsp lsp, and tapi models a:bug labels Nov 15, 2024
@hegyibalint hegyibalint requested a review from eskatos November 15, 2024 14:56
@hegyibalint hegyibalint self-assigned this Nov 15, 2024
@hegyibalint hegyibalint merged commit 63ee5c8 into main Nov 18, 2024
5 checks passed
@hegyibalint hegyibalint deleted the bhegyi/conditional-mutation-support branch November 18, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:bug in:lsp lsp, and tapi models
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants