:"Elixir.GenLSP.Protocol.Structures._InitializeParams" (gen_lsp v0.0.1)
The initialize parameters
properties
Properties
processId :: unimplemented doc type (required)
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.
clientInfo :: unimplemented doc type
Information about the client
@since 3.15.0
locale :: string
The locale the client is currently showing the user interface in. This must not necessarily be the locale of the operating system.
Uses IETF language tags as the value's syntax (See https://en.wikipedia.org/wiki/IETF_language_tag)
@since 3.16.0
rootPath :: unimplemented doc type
The rootPath of the workspace. Is null if no folder is open.
@deprecated in favour of rootUri.
rootUri :: unimplemented doc type (required)
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.
capabilities :: ClientCapabilities (required)
The capabilities provided by the client (editor or tool)
initializationOptions :: LSPAny
User provided initialization options.
trace :: unimplemented doc type
The initial trace setting. If omitted trace is disabled ('off').