View Source GenLSP.Structures.ExecuteCommandRegistrationOptions (gen_lsp v0.8.1)

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

Link to this function

%GenLSP.Structures.ExecuteCommandRegistrationOptions{}

View Source (struct)

fields

Fields

  • commands: The commands to be executed on the server