Click or drag to resize
EditorMethodsShowMessageRequest Field
A request sent from the server to the client to ask the client to display a particular message in the user interface.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public const string ShowMessageRequest = "window/showMessageRequest"

Field Value

Type: String
See Also