GenLSP.Protocol.Structures.FileOperationClientCapabilities (gen_lsp v0.0.1)

Capabilities relating to events from file operations by the user in the client.

These events do not come from the file system, they come from user operations like renaming a file in the UI.

@since 3.16.0

properties

Properties

dynamicRegistration :: boolean

Whether the client supports dynamic registration for file requests/notifications.

didCreate :: boolean

The client has support for sending didCreateFiles notifications.

willCreate :: boolean

The client has support for sending willCreateFiles requests.

didRename :: boolean

The client has support for sending didRenameFiles notifications.

willRename :: boolean

The client has support for sending willRenameFiles requests.

didDelete :: boolean

The client has support for sending didDeleteFiles notifications.

willDelete :: boolean

The client has support for sending willDeleteFiles requests.