langoustine.lsp.structures.ImplementationClientCapabilities
See theImplementationClientCapabilities companion object
case class ImplementationClientCapabilities(dynamicRegistration: Opt[Boolean], linkSupport: Opt[Boolean])
Value parameters
- dynamicRegistration
-
Whether implementation supports dynamic registration. If this is set to
true
the client supports the newImplementationRegistrationOptions
return value for the corresponding server capability as well. - linkSupport
-
The client supports additional metadata in the form of definition links. since 3.14.0
Attributes
- Since
-
3.6.0
- Companion
- object
- Source
- structures.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article