View source
typedef WindowClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Fields
optionalworkDoneProgress:Null<Bool>
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.
Available since
3.15.0
.optionalshowMessage:Null<ShowMessageRequestClientCapabilities>
Capabilities specific to the showMessage request.
Available since
3.16.0
.optionalshowDocument:Null<ShowDocumentClientCapabilities>
Capabilities specific to the showDocument request.
Available since
3.16.0
.