View Source GenLSP.Structures.WorkspaceFolder (gen_lsp v0.10.0)

A workspace folder inside a client.

Link to this section Summary

Functions

Fields

  • uri: The associated URI for this workspace folder.
  • name: The name of the workspace folder. Used to refer to this workspace folder in the user interface.

Link to this section Types

@type t() :: %GenLSP.Structures.WorkspaceFolder{
  name: String.t(),
  uri: GenLSP.BaseTypes.uri()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.WorkspaceFolder{}

View Source (struct)

fields

Fields

  • uri: The associated URI for this workspace folder.
  • name: The name of the workspace folder. Used to refer to this workspace folder in the user interface.