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.

Available since

3.16.0

.

Fields

@:optionaloptionalwillRename:Null<Bool>

The client has support for willRenameFiles requests.

@:optionaloptionalwillDelete:Null<Bool>

The client has support for willDeleteFiles requests.

@:optionaloptionalwillCreate:Null<Bool>

The client has support for willCreateFiles requests.

@:optionaloptionaldynamicRegistration:Null<Bool>

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

@:optionaloptionaldidRename:Null<Bool>

The client has support for sending didRenameFiles notifications.

@:optionaloptionaldidDelete:Null<Bool>

The client has support for sending didDeleteFiles notifications.

@:optionaloptionaldidCreate:Null<Bool>

The client has support for sending didCreateFiles notifications.