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

    Singleton implementation of the watch server.

    Since multiple clients all make requests to this service, we need to track those individually via a clientId.

    Implements

    Index

    Constructors

    Properties

    client: undefined | FileSystemWatcherServiceClient

    this.client is undefined until someone sets it.

    watcherHandles: Map<number, PacelWatcherHandle> = ...
    watcherId: number = 0
    watchers: Map<string, ParcelWatcher> = ...

    Methods