Enumeration

LspResourceOperationKind

Declaration

flags Lsp.ResourceOperationKind

Description

The kind of resource operations supported by the client.

Members

LSP_RESOURCE_OPERATION_KIND_NONE

No description available.

  • Value: 0
  • Available since: 3.0
LSP_RESOURCE_OPERATION_KIND_CREATE

Supports creating new files and folders.

  • Value: 1
  • Available since: 3.0
LSP_RESOURCE_OPERATION_KIND_RENAME

Supports renaming existing files and folders.

  • Value: 2
  • Available since: 3.0
LSP_RESOURCE_OPERATION_KIND_DELETE

Supports deleting existing files and folders.

  • Value: 4
  • Available since: 3.0