View Source GenLSP.Structures.ExecuteCommandRegistrationOptions (gen_lsp v0.10.0)
Registration options for a {@link ExecuteCommandRequest}.
Link to this section Summary
Functions
Fields
- commands: The commands to be executed on the server
Link to this section Types
@type t() :: %GenLSP.Structures.ExecuteCommandRegistrationOptions{ commands: [String.t()] }
Link to this section Functions
fields
Fields
- commands: The commands to be executed on the server