Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileSystemWatcherService

Singleton implementation of the watch server.

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

Hierarchy

Index

Methods

  • unwatchFileChanges(watcherId: number): Promise<void>
  • watchFileChanges(clientId: number, uri: string, options?: WatchOptions): Promise<number>