Method

LspServerCapsset_code_lens

Declaration

void
lsp_server_caps_set_code_lens (
  LspServerCaps* self,
  LspCodeLensOptions* value
)

Description

Sets the value of code_lens.

The server provides code lens.

Parameters

value

Type: LspCodeLensOptions

The new value of code_lens.

The data is owned by the caller of the method.