client
langoustine.lsp.requests$.client$
object client
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
client.type
Members list
Type members
Classlikes
object registerCapability extends LSPRequest
The client/registerCapability request is sent from the server to the client to register a new capability handler on the client side.
The client/registerCapability request is sent from the server to the client to register a new capability handler on the client side.
Attributes
- Supertypes
- Self type
-
registerCapability.type
object unregisterCapability extends LSPRequest
The client/unregisterCapability request is sent from the server to the client to unregister a previously registered capability handler on the client side.
The client/unregisterCapability request is sent from the server to the client to unregister a previously registered capability handler on the client side.
Attributes
- Supertypes
- Self type
-
unregisterCapability.type
In this article