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 current ycmd implementation expects the code action response to have either edit or command, but not both. This is inconsistent with the LSP spec that allows both edit and command in the response. If both are supplied, the edit is applied first, then the command is executed.
How could I make jdt produce such a code action in order to test the implementation? I have tried a few things, but I could not trigger that assertion.
The current ycmd implementation expects the code action response to have either edit or command, but not both. This is inconsistent with the LSP spec that allows both edit and command in the response. If both are supplied, the
edit
is applied first, then thecommand
is executed.ycmd/ycmd/completers/language_server/language_server_completer.py
Lines 2687 to 2700 in d3ae555
The text was updated successfully, but these errors were encountered: