Interface WindowClientCapabilities

interface WindowClientCapabilities {
    showDocument?: ShowDocumentClientCapabilities;
    showMessage?: ShowMessageRequestClientCapabilities;
    workDoneProgress?: boolean;
}

Properties

Capabilities specific to the showDocument request.

3.16.0

Capabilities specific to the showMessage request.

3.16.0

workDoneProgress?: boolean

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.

3.15.0