struct LSP::InitializeParams
- LSP::InitializeParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/initialize_params.crConstructors
Instance Method Summary
-
#capabilities : ClientCapabilities
The capabilities provided by the client (editor or tool)
-
#capabilities=(capabilities : ClientCapabilities)
The capabilities provided by the client (editor or tool)
-
#process_id : Int32 | Nil
The process Id of the parent process that started the server.
-
#process_id=(process_id : Int32 | Nil)
The process Id of the parent process that started the server.
-
#root_uri : String | Nil
The rootUri of the workspace.
-
#root_uri=(root_uri : String | Nil)
The rootUri of the workspace.
-
#trace : String | Nil
The initial trace setting.
-
#trace=(trace : String | Nil)
The initial trace setting.
-
#workspace_folders : Array(WorkspaceFolder) | Nil
The workspace folders configured in the client when the server starts.
-
#workspace_folders=(workspace_folders : Array(WorkspaceFolder) | Nil)
The workspace folders configured in the client when the server starts.
Constructor Detail
Instance Method Detail
The capabilities provided by the client (editor or tool)
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 rootUri of the workspace. Is null if no
folder is open. If both rootPath
and rootUri
are set
rootUri
wins.
@deprecated in favour of workspaceFolders
The rootUri of the workspace. Is null if no
folder is open. If both rootPath
and rootUri
are set
rootUri
wins.
@deprecated in favour of workspaceFolders
The initial trace setting. If omitted trace is disabled ('off').
The initial trace setting. If omitted trace is disabled ('off').
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.
@since 3.6.0
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.
@since 3.6.0