View source
typedef FileOperationClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.FileOperations
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
optionaldynamicRegistration:Null<Bool>
Whether the client supports dynamic registration for file requests/notifications.