Method

LspInitializeParamsset_capabilities

Declaration

void
lsp_initialize_params_set_capabilities (
  LspInitializeParams* self,
  LspClientCaps* value
)

Description

Sets the value of capabilities.

The capabilities of the client / editor.

Parameters

value

Type: LspClientCaps

The new value of capabilities.

The data is owned by the caller of the method.