Represents the FileSystemProviderActivation event. This event is fired by the FileService if it wants to activate the FileSystemProvider for a specific scheme.
FileSystemProviderActivation
The (uri) scheme for which the provider should be activated
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.
Represents the
FileSystemProviderActivation
event. This event is fired by the FileService if it wants to activate the FileSystemProvider for a specific scheme.