Method

IdeLspServiceset_inherit_stderr

Declaration

void
ide_lsp_service_set_inherit_stderr (
  IdeLspService* self,
  gboolean inherit_stderr
)

Description

Gets whether the language server process’s stderr output should be passed to Builder’s.

Parameters

inherit_stderr

Type: gboolean

TRUE to enable stderr, FALSE to disable it.