mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Update range formatting capabilities in metamodel (#2106)
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
This commit is contained in:
parent
4f6d9981a2
commit
a4900f4f0c
1 changed files with 4 additions and 2 deletions
|
|
@ -1898,6 +1898,8 @@
|
|||
]
|
||||
},
|
||||
"messageDirection": "clientToServer",
|
||||
"clientCapability": "textDocument.rangeFormatting",
|
||||
"serverCapability": "documentRangeFormattingProvider",
|
||||
"params": {
|
||||
"kind": "reference",
|
||||
"name": "DocumentRangeFormattingParams"
|
||||
|
|
@ -1928,8 +1930,8 @@
|
|||
]
|
||||
},
|
||||
"messageDirection": "clientToServer",
|
||||
"clientCapability": "textDocument.rangeFormatting",
|
||||
"serverCapability": "documentRangeFormattingProvider",
|
||||
"clientCapability": "textDocument.rangeFormatting.rangesSupport",
|
||||
"serverCapability": "documentRangeFormattingProvider.rangesSupport",
|
||||
"params": {
|
||||
"kind": "reference",
|
||||
"name": "DocumentRangesFormattingParams"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue