You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clients should be able to communicate that they support mutations.
If they support mutations, we could send them the codeActions.
Current behavior
Eclipse, for example, does not support mutations yet, but it receives the mutation-related codeActions.
This is misleading, as it looks like we can do something we are not.
The text was updated successfully, but these errors were encountered:
hegyibalint
changed the title
Implement a capability denoting that the client can do mutations
Clients not capable executing mutations receive the code action
Nov 15, 2024
Expected behavior
The clients should be able to communicate that they support mutations.
If they support mutations, we could send them the
codeAction
s.Current behavior
Eclipse, for example, does not support mutations yet, but it receives the mutation-related
codeAction
s.This is misleading, as it looks like we can do something we are not.
The text was updated successfully, but these errors were encountered: