Skip to content

Commit fa95dce

Browse files
committed
add link to documentation of the 'window/logMessage' notification
1 parent 8b44882 commit fa95dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsp.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ test writeErrorResponse {
14861486

14871487
pub const minimum_logging_buffer_size: usize = 128;
14881488

1489-
/// Creates a `window/logMessage` notification.
1489+
/// Creates a [window/logMessage](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#window_logMessage) notification.
14901490
/// Returns a slice that points into `buffer`.
14911491
pub fn bufPrintLogMessage(
14921492
/// A temporary buffer which will be used to store the json message.

0 commit comments

Comments
 (0)