Skip to content

Commit b789b2a

Browse files
committed
follow the protocol
1 parent a47c1fc commit b789b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/textDocument_diagnostics.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type PublishDiagnosticsNotification struct {
66
}
77

88
type PublishDiagnosticParams struct {
9-
URI string
9+
URI string `json:"uri"`
1010
Diagnostics []Diagnostic `json:"diagnostics"`
1111
}
1212

0 commit comments

Comments
 (0)