LSP::InitializeParams
Inherits JSON::Serializable < LSP::Initializer < LSP::WorkDoneProgressParams < Reference < Object
Constructors
Instance methods
The capabilities provided by the client (editor or tool).
Information about the client.
User provided initialization options.
The process Id of the parent process that started the server. Is null if the process has not been started by another process. If the parent process is not alive then the server should exit (see exit notification) its process.
The process Id of the parent process that started the server. Is null if the process has not been started by another process. If the parent process is not alive then the server should exit (see exit notification) its process.
The rootPath of the workspace. Is null if no folder is open.
The rootUri of the workspace. Is null if no
folder is open. If both root_path and root_uri are set
root_uri wins.
The rootUri of the workspace. Is null if no
folder is open. If both root_path and root_uri are set
root_uri wins.
The workspace folders configured in the client when the server starts.
This property is only available if the client supports workspace folders.
It can be null if the client supports workspace folders but none are
configured.
The workspace folders configured in the client when the server starts.
This property is only available if the client supports workspace folders.
It can be null if the client supports workspace folders but none are
configured.