struct

LSP::ClientCapabilities::Window

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

show_document

Client capabilities for the show document request.

Source
show_document=(show_document : ShowDocumentClientCapabilities | Nil)

Client capabilities for the show document request.

Source
show_message

Capabilities specific to the showMessage request

Source
show_message=(show_message : ShowMessageRequestClientCapabilities | Nil)

Capabilities specific to the showMessage request

Source
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.

Source
work_done_progress=(work_done_progress : Bool | Nil)

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.

Source