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

The result returned from an initialize request.

Link to this section Summary

Functions

Fields

  • capabilities: The capabilities the language server provides.

Link to this section Types

@type t() :: %GenLSP.Structures.InitializeResult{
  capabilities: GenLSP.Structures.ServerCapabilities.t(),
  server_info: map() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.InitializeResult{}

View Source (struct)

fields

Fields

  • capabilities: The capabilities the language server provides.

  • server_info: Information about the server.

    @since 3.15.0