Method
LspWorkspaceEditClientCapsset_resource_ops
Declaration
void
lsp_workspace_edit_client_caps_set_resource_ops (
LspWorkspaceEditClientCaps* self,
LspResourceOperationKind value
)
Description
Sets the value of resource_ops.
The resource operations the client supports. Clients should at least support ‘create’ ( LSP_RESOURCE_OPERATION_KIND_CREATE), ‘rename’ ( LSP_RESOURCE_OPERATION_KIND_RENAME) and ‘delete’ ( LSP_RESOURCE_OPERATION_KIND_DELETE) files and folders.
Since:
3.13.0
See also:
Parameters
self-
Type:
LspWorkspaceEditClientCapsNo description available.
The argument can be NULL. value-
Type:
LspResourceOperationKindThe new value of
resource_ops.