Theia API Documentation v1.65.0
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

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

    scheme: string

    The (uri) scheme for which the provider is registered