module LanguageServer::Protocol::Constant::ResourceOperationKind
The kind of resource operations supported by the client.
Constants
- CREATE
Supports creating new files and folders.
- DELETE
Supports deleting existing files and folders.
- RENAME
Supports renaming existing files and folders.