View Source GenLSP.Structures.InitializeResult (gen_lsp v0.10.0)
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
fields
Fields
capabilities: The capabilities the language server provides.
server_info: Information about the server.
@since 3.15.0