"CodeAction
must set either edit
and/or command
" incomplete?
#2023
Labels
Milestone
CodeAction
must set either edit
and/or command
" incomplete?
#2023
A CodeAction is the response for at least these two methods:
textDocument/codeAction
:(Command | CodeAction)[] | null
codeAction/resolve
:CodeAction
The
codeAction/resolve
specification states:The CodeAction specification states:
It seems that there is missing a part in the above description, clarifying that a CodeAction must set either
edit
and/or acommand
IF the method iscodeAction/resolve
.The text was updated successfully, but these errors were encountered: