Interface ExecuteCommandRegistrationOptions

Registration options for a ExecuteCommandRequest.

interface ExecuteCommandRegistrationOptions {
    commands: string[];
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

commands: string[]

The commands to be executed on the server

workDoneProgress?: boolean