Skip to content

Commit a4900f4

Browse files
MariaSolOsdbaeumer
andauthored
Update range formatting capabilities in metamodel (#2106)
Co-authored-by: Dirk Bäumer <[email protected]>
1 parent 4f6d998 commit a4900f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_specifications/lsp/3.18/metaModel/metaModel.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,8 @@
18981898
]
18991899
},
19001900
"messageDirection": "clientToServer",
1901+
"clientCapability": "textDocument.rangeFormatting",
1902+
"serverCapability": "documentRangeFormattingProvider",
19011903
"params": {
19021904
"kind": "reference",
19031905
"name": "DocumentRangeFormattingParams"
@@ -1928,8 +1930,8 @@
19281930
]
19291931
},
19301932
"messageDirection": "clientToServer",
1931-
"clientCapability": "textDocument.rangeFormatting",
1932-
"serverCapability": "documentRangeFormattingProvider",
1933+
"clientCapability": "textDocument.rangeFormatting.rangesSupport",
1934+
"serverCapability": "documentRangeFormattingProvider.rangesSupport",
19331935
"params": {
19341936
"kind": "reference",
19351937
"name": "DocumentRangesFormattingParams"

0 commit comments

Comments
 (0)