Use std.log

This commit is contained in:
Alexandros Naskos
2020-06-26 14:29:59 +03:00
parent b3f6143e08
commit 4952c34481
5 changed files with 110 additions and 55 deletions

View File

@@ -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
};