We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b645f02 commit 099becbCopy full SHA for 099becb
src/Razor/src/rzls/LspLogger.cs
@@ -51,6 +51,6 @@ public void Log(LogLevel logLevel, string message, Exception? exception)
51
Message = formattedMessage,
52
};
53
54
- _clientConnection.SendNotificationAsync(Methods.WindowLogMessageName, @params, CancellationToken.None).Forget();
+ _clientConnection.SendNotificationAsync("razor/log", @params, CancellationToken.None).Forget();
55
}
56
0 commit comments