View source
class ShowMessageRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The show message request is sent from the server to the client to show a message and a set of options actions to the user.
The show message request is sent from the server to the client to show a message and a set of options actions to the user.
staticfinalinlineread onlytype:ProtocolRequestType<ShowMessageRequestParams, Null<MessageActionItem>, Never, NoData, NoData> = new ProtocolRequestType<ShowMessageRequestParams,Null<MessageActionItem>,Never,NoData,NoData>("window/showMessageRequest")