The number of affected resources of textual or resource changes.
Create a regular file.
Uri of the new file..
Defines if an existing file should be overwritten or be ignored. When overwrite and ignoreIfExists are both set overwrite wins.
Delete a file or folder.
The uri of the file that is to be deleted.
Check if a text edit for a resource exists.
A resource identifier.
true
if the given resource will be touched by this edit.
Rename a file or folder.
The existing file.
The new location.
Defines if existing files should be overwritten or be ignored. When overwrite and ignoreIfExists are both set overwrite wins.
A workspace edit is a collection of textual and files changes for multiple resources and documents.
Use the applyEdit-function to apply a workspace edit.