Interface FileOperationParticipant
Methods
participate
- participate(target: URI, source: undefined | URI, operation: FileOperation, timeout: number, token: CancellationToken): Promise<void>
Parameters
target: URI
source: undefined | URI
timeout: number
token: CancellationToken
Returns Promise<void>
Participate in a file operation of a working copy. Allows to change the working copy before it is being saved to disk.