WindowClientCapabilities

langoustine.lsp.structures.WindowClientCapabilities
See theWindowClientCapabilities companion object
case class WindowClientCapabilities(workDoneProgress: Opt[Boolean], showMessage: Opt[ShowMessageRequestClientCapabilities], showDocument: Opt[ShowDocumentClientCapabilities])

Value parameters

showDocument

Capabilities specific to the showDocument request. since 3.16.0

showMessage

Capabilities specific to the showMessage request. since 3.16.0

workDoneProgress

It indicates whether the client supports server initiated progress using the window/workDoneProgress/create request. The capability also controls Whether client supports handling of progress notifications. If set servers are allowed to report a workDoneProgress property in the request specific server capabilities. since 3.15.0

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product