Struct

LspInitializeParams

Description

struct LspInitializeParams {
  /* No available fields */
}

Sent from the client / editor to the server.

Constructors

lsp_initialize_params_new
No description available.

lsp_initialize_params_new_with_workspace_folders

Creates initialization parameters with workspace folders.

lsp_initialize_params_new_from_variant
No description available.

Instance methods

lsp_initialize_params_ref
No description available.

lsp_initialize_params_unref
No description available.

lsp_initialize_params_get_process_id

Gets the value of process_id.

lsp_initialize_params_set_process_id

Sets the value of process_id.

lsp_initialize_params_get_client_info

Gets the value of client_info.

lsp_initialize_params_set_client_info

Sets the value of client_info.

lsp_initialize_params_get_locale

Gets the value of locale.

lsp_initialize_params_set_locale

Sets the value of locale.

lsp_initialize_params_get_root_path

Gets the value of root_path.

lsp_initialize_params_set_root_path

Sets the value of root_path.

lsp_initialize_params_get_root_uri

Gets the value of root_uri.

lsp_initialize_params_set_root_uri

Sets the value of root_uri.

lsp_initialize_params_get_capabilities

Gets the value of capabilities.

lsp_initialize_params_set_capabilities

Sets the value of capabilities.

lsp_initialize_params_get_trace

Gets the value of trace.

lsp_initialize_params_set_trace

Sets the value of trace.

lsp_initialize_params_get_workspaces

Gets the value of workspaces.

lsp_initialize_params_set_workspaces

Sets the value of workspaces.

lsp_initialize_params_add_workspace

Appends a workspace folder to LspInitializeParams:workspaces.

lsp_initialize_params_get_initialization_options

Gets the value of initialization_options.

lsp_initialize_params_set_initialization_options

Sets the value of initialization_options.

lsp_initialize_params_to_variant
No description available.