Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
ExecuteCommandRegistrationOptions
Interface ExecuteCommandRegistrationOptions
Registration options for a
ExecuteCommandRequest
.
interface
ExecuteCommandRegistrationOptions
{
commands
:
string
[]
;
workDoneProgress
?:
boolean
;
}
Hierarchy (
View Summary
)
ExecuteCommandOptions
ExecuteCommandRegistrationOptions
Index
Properties
commands
work
Done
Progress?
Properties
commands
commands
:
string
[]
The commands to be executed on the server
Optional
work
Done
Progress
workDoneProgress
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commands
work
Done
Progress
vscode-languageclient
Loading...
Registration options for a ExecuteCommandRequest.