Interface DidChangeWatchedFilesParams

The watched files change notification's parameters.

interface DidChangeWatchedFilesParams {
    changes: FileEvent[];
}

Properties

Properties

changes: FileEvent[]

The actual file events.