since 1.4.0 - in order to support VS Code FS API (https://github.com/eclipse-theia/theia/pull/7908), use UserFileOperationEvent instead
UserFileOperationEvent
Allows to pause the event loop until the provided thenable resolved.
Note: It can only be called during event dispatch and not in an asynchronous manner
A thenable that delays execution.
since 1.4.0 - in order to support VS Code FS API (https://github.com/eclipse-theia/theia/pull/7908), use
UserFileOperationEvent
instead