GenLSP.Protocol.Structures.FileSystemWatcher (gen_lsp v0.0.1)

properties

Properties

globPattern :: GlobPattern (required)

The glob pattern to watch. See {@link GlobPattern glob pattern} for more detail.

@since 3.17.0 support for relative patterns.

kind :: WatchKind

The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.