dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
ExecuteCommandParams
dls
protocol
interfaces
workspace
Undocumented in source.
final
class
ExecuteCommandParams {
import
std
.
json
:
JSONValue
;
;
import
std
.
typecons
:
Nullable
;
;
string
command
;
Nullable
!(
JSONValue
[])
arguments
;
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Variables
arguments
Nullable
!(
JSONValue
[])
arguments
;
Undocumented in source.
command
string
command
;
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