WindowFunctions.requestMessage

Runs window/showMessageRequest which typically shows a message box with possible action buttons to click. Returns the action which got clicked or one with null title if it has been dismissed.

  1. MessageActionItem requestMessage(MessageType type, string message, MessageActionItem[] actions)
    struct WindowFunctions
  2. string requestMessage(MessageType type, string message, string[] actions)

Meta