mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Clarify availablity of CodeActionOptions
This commit is contained in:
parent
7aed39bc4b
commit
1d0bee243e
1 changed files with 3 additions and 1 deletions
|
|
@ -1520,7 +1520,9 @@ interface ServerCapabilities {
|
|||
*/
|
||||
workspaceSymbolProvider?: boolean;
|
||||
/**
|
||||
* The server provides code actions.
|
||||
* The server provides code actions. The `CodeActionOptions` return type is only
|
||||
* valid if the client signals code action literal support via the property
|
||||
* `textDocument.codeAction.codeActionLiteralSupport`.
|
||||
*/
|
||||
codeActionProvider?: boolean | CodeActionOptions;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue