Method

LspInitializeResultset_capabilities

Declaration

void
lsp_initialize_result_set_capabilities (
  LspInitializeResult* self,
  LspServerCaps* value
)

Description

Sets the value of capabilities.

The capabilities the language server provides.

Parameters

value

Type: LspServerCaps

The new value of capabilities.

The data is owned by the caller of the method.