dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
ExecuteCommandParams
dls
protocol
interfaces
workspace
Undocumented in source.
final
class
ExecuteCommandParams {
import
std
.
json
:
JSONValue
;
;
import
dls
.
util
.
nullable
:
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