dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
FileSystemWatcher
dls
protocol
interfaces
workspace
Undocumented in source.
final
class
FileSystemWatcher {
import
dls
.
util
.
nullable
:
Nullable
;
;
string
globPattern
;
Nullable
!
ubyte
kind
;
this
(string globPattern, Nullable!ubyte kind);
}
Constructors
this
this
(string globPattern, Nullable!ubyte kind)
Undocumented in source.
Members
Variables
globPattern
string
globPattern
;
Undocumented in source.
kind
Nullable
!
ubyte
kind
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
workspace
classes
ApplyWorkspaceEditParams
ApplyWorkspaceEditResponse
ConfigurationItem
ConfigurationParams
DidChangeConfigurationParams
DidChangeWatchedFilesParams
DidChangeWatchedFilesRegistrationOptions
DidChangeWorkspaceFoldersParams
ExecuteCommandParams
ExecuteCommandRegistrationOptions
FileEvent
FileSystemWatcher
WorkspaceFolder
WorkspaceFoldersChangeEvent
WorkspaceSymbolParams
enums
FileChangeType
WatchKind