We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47c1fc commit b789b2aCopy full SHA for b789b2a
lsp/textDocument_diagnostics.go
@@ -6,7 +6,7 @@ type PublishDiagnosticsNotification struct {
6
}
7
8
type PublishDiagnosticParams struct {
9
- URI string
+ URI string `json:"uri"`
10
Diagnostics []Diagnostic `json:"diagnostics"`
11
12
0 commit comments