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

Link to this section Summary

Functions

Fields

  • scope_uri: The scope to get the configuration section for.
  • section: The configuration section asked for.

Link to this section Types

@type t() :: %GenLSP.Structures.ConfigurationItem{
  scope_uri: String.t() | nil,
  section: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.ConfigurationItem{}

View Source (struct)

fields

Fields

  • scope_uri: The scope to get the configuration section for.
  • section: The configuration section asked for.