mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Add inherited capabilities to JSON metaModel
This commit is contained in:
parent
55159b77ab
commit
7f27c4dce3
1 changed files with 8 additions and 0 deletions
|
|
@ -438,6 +438,8 @@
|
|||
]
|
||||
},
|
||||
"messageDirection": "clientToServer",
|
||||
"clientCapability": "textDocument.callHierarchy",
|
||||
"serverCapability": "callHierarchyProvider",
|
||||
"params": {
|
||||
"kind": "reference",
|
||||
"name": "CallHierarchyIncomingCallsParams"
|
||||
|
|
@ -472,6 +474,8 @@
|
|||
]
|
||||
},
|
||||
"messageDirection": "clientToServer",
|
||||
"clientCapability": "textDocument.callHierarchy",
|
||||
"serverCapability": "callHierarchyProvider",
|
||||
"params": {
|
||||
"kind": "reference",
|
||||
"name": "CallHierarchyOutgoingCallsParams"
|
||||
|
|
@ -840,6 +844,8 @@
|
|||
]
|
||||
},
|
||||
"messageDirection": "clientToServer",
|
||||
"clientCapability": "textDocument.typeHierarchy",
|
||||
"serverCapability": "typeHierarchyProvider",
|
||||
"params": {
|
||||
"kind": "reference",
|
||||
"name": "TypeHierarchySupertypesParams"
|
||||
|
|
@ -874,6 +880,8 @@
|
|||
]
|
||||
},
|
||||
"messageDirection": "clientToServer",
|
||||
"clientCapability": "textDocument.typeHierarchy",
|
||||
"serverCapability": "typeHierarchyProvider",
|
||||
"params": {
|
||||
"kind": "reference",
|
||||
"name": "TypeHierarchySubtypesParams"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue