View Source GenLSP.Structures.WindowClientCapabilities (gen_lsp v0.10.0)
Link to this section Summary
Functions
Fields
work_done_progress: It indicates whether the client supports server initiated progress using the
window/workDoneProgress/create
request.
Link to this section Types
@type t() :: %GenLSP.Structures.WindowClientCapabilities{ show_document: GenLSP.Structures.ShowDocumentClientCapabilities.t() | nil, show_message: GenLSP.Structures.ShowMessageRequestClientCapabilities.t() | nil, work_done_progress: boolean() | nil }
Link to this section Functions
fields
Fields
work_done_progress: 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
show_message: Capabilities specific to the showMessage request.
@since 3.16.0
show_document: Capabilities specific to the showDocument request.
@since 3.16.0