Click or drag to resize
EditorFeatureShowMessage Method
Shows a message in the VS Code UI.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public void ShowMessage(
	MessageType type,
	string message
)

Parameters

type
Type: VSCode.EditorMessageType
The type of message to show.
message
Type: SystemString
The message text.
See Also