@@ -80,7 +80,7 @@ type WorkspaceClientCapabilities struct {
80
80
Symbol struct {
81
81
SymbolKind struct {
82
82
ValueSet []int `json:"valueSet,omitempty"`
83
- } `json:"symbolKind,omitEmpty "`
83
+ } `json:"symbolKind,omitempty "`
84
84
} `json:"symbol,omitempty"`
85
85
86
86
ExecuteCommand * struct {
@@ -124,7 +124,7 @@ type TextDocumentClientCapabilities struct {
124
124
DocumentSymbol struct {
125
125
SymbolKind struct {
126
126
ValueSet []int `json:"valueSet,omitempty"`
127
- } `json:"symbolKind,omitEmpty "`
127
+ } `json:"symbolKind,omitempty "`
128
128
129
129
HierarchicalDocumentSymbolSupport bool `json:"hierarchicalDocumentSymbolSupport,omitempty"`
130
130
} `json:"documentSymbol,omitempty"`
@@ -725,8 +725,8 @@ type DidChangeTextDocumentParams struct {
725
725
}
726
726
727
727
type TextDocumentContentChangeEvent struct {
728
- Range * Range `json:"range,omitEmpty "`
729
- RangeLength uint `json:"rangeLength,omitEmpty "`
728
+ Range * Range `json:"range,omitempty "`
729
+ RangeLength uint `json:"rangeLength,omitempty "`
730
730
Text string `json:"text"`
731
731
}
732
732
0 commit comments