Skip to content

Commit 099becb

Browse files
committed
Update log method name
1 parent b645f02 commit 099becb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/src/rzls/LspLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ public void Log(LogLevel logLevel, string message, Exception? exception)
5151
Message = formattedMessage,
5252
};
5353

54-
_clientConnection.SendNotificationAsync(Methods.WindowLogMessageName, @params, CancellationToken.None).Forget();
54+
_clientConnection.SendNotificationAsync("razor/log", @params, CancellationToken.None).Forget();
5555
}
5656
}

0 commit comments

Comments
 (0)