VSCode.NET
VSCode.NET
VSCode.NET API Documentation
VSCode.Editor
EditorFeature Class
EditorFeature Methods
Dispose Method
Initialize Method
LogMessage Method
ShowMessage Method
ShowMessageAsync Method
EditorFeature
LogMessage Method
Logs a message to the developer console in VS Code.
Namespace:
VSCode.Editor
Assembly:
VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
Copy
public
void
LogMessage
(
MessageType
type
,
string
message
)
Parameters
type
Type:
VSCode.Editor
MessageType
The type of message to log.
message
Type:
System
String
The message text.
See Also
Reference
EditorFeature Class
VSCode.Editor Namespace
Copyright 2016, Josh Johnson