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
If a language client has the codeActionLiteralSupport capability turned on, the server should return CodeActions instead of Commands on a textDocument/codeAction request. This will help cut the processing in half as you won't need two trips anymore.
If a language client has the
codeActionLiteralSupport
capability turned on, the server should returnCodeAction
s instead ofCommand
s on atextDocument/codeAction
request. This will help cut the processing in half as you won't need two trips anymore.See microsoft/language-server-protocol#389.
The text was updated successfully, but these errors were encountered: