AlphaAlphaadaptersAlphaclosedSignal emitted when a virtual document is closed.
AlphaconnectedSignal emitted when a connection is connected.
AlphaconnectionsThe mapping of document uri to the connection to language server.
AlphadisconnectedSignal emitted when a connection is disconnected.
AlphadocumentsThe mapping of document uri to the virtual document.
AlphadocumentsSignal emitted when the content of a virtual document is changed.
AlphainitialInitial configuration for the language servers.
AlphainitializedSignal emitted when the language server is initialized.
AlphalanguageThe language server manager instance.
Readonly AlphareadyA promise that is fulfilled when the connection manager is ready.
AlphaCreate a new connection to the language server
OptionalfirstTimeoutSeconds: numberOptionalsecondTimeoutMinute: numberA promise of the LSP connection
AlphaDisconnect the connection to the language server of the requested language.
Alphapath to current document widget of input adapter
the adapter need to be registered
AlphaRetry to connect to the server each reconnectDelay seconds
and for retrialsLeft times.
AlphaHandles the settings that do not require an existing connection
with a language server (or can influence to which server the
connection will be created, e.g. rank).
This function should be called before initialization of servers.
AlphaHandles the settings that the language servers accept using
onDidChangeConfiguration messages, which should be passed under
the "serverSettings" keyword in the setting registry.
Other configuration options are handled by updateConfiguration instead.
This function should be called after initialization of servers.
The LSP connection state manager