Method
LspWorkspaceEditClientCapsset_failure_handling
Declaration
void
lsp_workspace_edit_client_caps_set_failure_handling (
LspWorkspaceEditClientCaps* self,
LspFailureHandlingKind value
)
Description
Sets the value of failure_handling.
The failure handling strategy of a client if applying the workspace edit fails.
Since:
3.13.0.
Parameters
self-
Type:
LspWorkspaceEditClientCapsNo description available.
The argument can be NULL. value-
Type:
LspFailureHandlingKindThe new value of
failure_handling.