|
159 | 159 | "method": "textDocument/documentColor", |
160 | 160 | "typeName": "DocumentColorRequest", |
161 | 161 | "result": { |
162 | | - "kind": "array", |
163 | | - "element": { |
164 | | - "kind": "reference", |
165 | | - "name": "ColorInformation" |
166 | | - } |
| 162 | + "kind": "or", |
| 163 | + "items": [ |
| 164 | + { |
| 165 | + "kind": "array", |
| 166 | + "element": { |
| 167 | + "kind": "reference", |
| 168 | + "name": "ColorInformation" |
| 169 | + } |
| 170 | + }, |
| 171 | + { |
| 172 | + "kind": "base", |
| 173 | + "name": "null" |
| 174 | + } |
| 175 | + ] |
167 | 176 | }, |
168 | 177 | "messageDirection": "clientToServer", |
169 | 178 | "clientCapability": "textDocument.colorProvider", |
|
189 | 198 | "method": "textDocument/colorPresentation", |
190 | 199 | "typeName": "ColorPresentationRequest", |
191 | 200 | "result": { |
192 | | - "kind": "array", |
193 | | - "element": { |
194 | | - "kind": "reference", |
195 | | - "name": "ColorPresentation" |
196 | | - } |
| 201 | + "kind": "or", |
| 202 | + "items": [ |
| 203 | + { |
| 204 | + "kind": "array", |
| 205 | + "element": { |
| 206 | + "kind": "reference", |
| 207 | + "name": "ColorPresentation" |
| 208 | + } |
| 209 | + }, |
| 210 | + { |
| 211 | + "kind": "base", |
| 212 | + "name": "null" |
| 213 | + } |
| 214 | + ] |
197 | 215 | }, |
198 | 216 | "messageDirection": "clientToServer", |
199 | 217 | "clientCapability": "textDocument.colorProvider", |
|
438 | 456 | ] |
439 | 457 | }, |
440 | 458 | "messageDirection": "clientToServer", |
| 459 | + "clientCapability": "textDocument.callHierarchy", |
| 460 | + "serverCapability": "callHierarchyProvider", |
441 | 461 | "params": { |
442 | 462 | "kind": "reference", |
443 | 463 | "name": "CallHierarchyIncomingCallsParams" |
|
472 | 492 | ] |
473 | 493 | }, |
474 | 494 | "messageDirection": "clientToServer", |
| 495 | + "clientCapability": "textDocument.callHierarchy", |
| 496 | + "serverCapability": "callHierarchyProvider", |
475 | 497 | "params": { |
476 | 498 | "kind": "reference", |
477 | 499 | "name": "CallHierarchyOutgoingCallsParams" |
|
0 commit comments