dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
ConfigurationItem
dls
protocol
interfaces
workspace
Undocumented in source.
final
class
ConfigurationItem {
import
dls
.
protocol
.
definitions
:
DocumentUri
;
;
import
std
.
typecons
:
Nullable
;
;
Nullable
!
DocumentUri
scopeUri
;
Nullable
!
string
section
;
this
(Nullable!DocumentUri scopeUri, Nullable!string section);
}
Constructors
this
this
(Nullable!DocumentUri scopeUri, Nullable!string section)
Undocumented in source.
Members
Variables
scopeUri
Nullable
!
DocumentUri
scopeUri
;
Undocumented in source.
section
Nullable
!
string
section
;
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