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

    Subtype of FileSystemProvider that ensures that the optional functions, needed for providers that should be able to read & write files, are implemented.

    Implements

    Index

    Constructors

    Properties

    capabilities: FileSystemProviderCapabilities = ...

    The FileSystemProviderCapabilities for this provider.

    encodingService: EncodingService
    initialization: OPFSInitialization
    onDidChangeCapabilities: Event<void> = Event.None
    • Event that is fired if the capabilities of this provider have changed.
    onDidChangeFile: Event<readonly FileChange[]> = ...

    Event that is fired if a (watched) file in the filesystem of this provider has changed.

    onFileWatchError: Event<void> = Event.None

    Event that is fired if an error occurred when watching files in the filesystem of this provider.

    toDispose: DisposableCollection = ...

    Methods