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

    Backend component.

    JSON-RPC server exposing a wrapped file system provider remotely.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    client: undefined | RemoteFileSystemClient
    provider: FileSystemProvider & Partial<Disposable>

    Wrapped file system provider.

    toDispose: DisposableCollection = ...
    watchers: Map<number, Disposable> = ...

    Mapping of watcherId to a disposable watcher handle.

    Methods