GenLSP.Protocol.Structures.FileRename (gen_lsp v0.0.1)
Represents information on a file/folder rename.
@since 3.16.0
properties
Properties
oldUri :: string (required)
A file:// URI for the original location of the file/folder being renamed.
newUri :: string (required)
A file:// URI for the new location of the file/folder being renamed.