View source
typedef RenameFilesParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.FileOperations
The parameters sent in file rename requests/notifications.
Available since
3.16.0
.Fields
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.