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

The server capabilities of a {@link ExecuteCommandRequest}.

Link to this section Summary

Functions

Fields

  • commands: The commands to be executed on the server
  • work_done_progress

Link to this section Types

@type t() :: %GenLSP.Structures.ExecuteCommandOptions{
  commands: [String.t()],
  work_done_progress: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.ExecuteCommandOptions{}

View Source (struct)

fields

Fields

  • commands: The commands to be executed on the server
  • work_done_progress