Method

LspWorkspaceEditClientCapsget_resource_ops

Declaration

LspResourceOperationKind
lsp_workspace_edit_client_caps_get_resource_ops (
  LspWorkspaceEditClientCaps* self
)

Description

Gets 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:

ResourceOperationKind.

Parameters

self

Type: LspWorkspaceEditClientCaps

No description available.

The argument can be NULL.

Return value

Type: LspResourceOperationKind

The value of resource_ops.