langoustine.lsp.structures$.FileOperationClientCapabilities
See theFileOperationClientCapabilities companion object
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.
Attributes
- didCreate
The client has support for sending didCreateFiles notifications.
- didDelete
The client has support for sending didDeleteFiles notifications.
- didRename
The client has support for sending didRenameFiles notifications.
- dynamicRegistration
Whether the client supports dynamic registration for file requests/notifications.
- willCreate
The client has support for sending willCreateFiles requests.
- willDelete
The client has support for sending willDeleteFiles requests.
- willRename
The client has support for sending willRenameFiles requests.
- Since:
3.16.0
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any