Skip to content

Commit 063901b

Browse files
committed
Update log method name
1 parent b645f02 commit 063901b

File tree

1 file changed

+1
-1
lines changed
  • src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Services

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Services/LspLogger.cs

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

52-
clientLanguageServerManager.SendNotificationAsync(Methods.WindowLogMessageName, @params, CancellationToken.None).Forget();
52+
clientLanguageServerManager.SendNotificationAsync("razor/log", @params, CancellationToken.None).Forget();
5353
}
5454
}

0 commit comments

Comments
 (0)