You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lsp.zig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1486,7 +1486,7 @@ test writeErrorResponse {
1486
1486
1487
1487
pubconstminimum_logging_buffer_size: usize=128;
1488
1488
1489
-
/// Creates a `window/logMessage` notification.
1489
+
/// Creates a [window/logMessage](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#window_logMessage) notification.
1490
1490
/// Returns a slice that points into `buffer`.
1491
1491
pubfnbufPrintLogMessage(
1492
1492
/// A temporary buffer which will be used to store the json message.
0 commit comments