Interface FileSystemProviderCapabilitiesChangeEvent

Represents the FileSystemProviderCapabilitiesChange event. This event is fired by the FileService if the capabilities of one of its managed FileSystemProviders have changed.

interface FileSystemProviderCapabilitiesChangeEvent {
    provider: FileSystemProvider;
    scheme: string;
}

Properties

Properties

The affected file system provider for which this event was fired.

scheme: string

The (uri) scheme for which the provider is registered