class LSProtocol::RenameFilesParams
- LSProtocol::RenameFilesParams
- Reference
- Object
Overview
The parameters sent in notifications/requests for user-initiated renames of files.
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#files : Array(FileRename)
An array of all files/folders renamed in this operation.
Constructor Detail
Instance Method Detail
def files : Array(FileRename)
#
An array of all files/folders renamed in this operation. When a folder is renamed, only the folder will be included, and not its children.