Use std.log
This commit is contained in:
@@ -111,7 +111,7 @@ pub const MessageType = enum(Integer) {
|
||||
|
||||
/// Params for a LogMessage Notification (window/logMessage)
|
||||
pub const LogMessageParams = struct {
|
||||
@"type": MessageType,
|
||||
type: MessageType,
|
||||
message: String
|
||||
};
|
||||
|
||||
@@ -361,6 +361,6 @@ pub const DocumentSymbol = struct {
|
||||
};
|
||||
|
||||
pub const ShowMessageParams = struct {
|
||||
@"type": MessageType,
|
||||
type: MessageType,
|
||||
message: String
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user