Interface FileSystemProviderActivationEvent

Represents the FileSystemProviderActivation event. This event is fired by the FileService if it wants to activate the FileSystemProvider for a specific scheme.

interface FileSystemProviderActivationEvent {
    scheme: string;
}

Hierarchy

  • WaitUntilEvent
    • FileSystemProviderActivationEvent

Properties

Properties

scheme: string

The (uri) scheme for which the provider should be activated