File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
_specifications/lsp/3.18/metaModel Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1898
1898
]
1899
1899
},
1900
1900
"messageDirection" : " clientToServer" ,
1901
+ "clientCapability" : " textDocument.rangeFormatting" ,
1902
+ "serverCapability" : " documentRangeFormattingProvider" ,
1901
1903
"params" : {
1902
1904
"kind" : " reference" ,
1903
1905
"name" : " DocumentRangeFormattingParams"
1928
1930
]
1929
1931
},
1930
1932
"messageDirection" : " clientToServer" ,
1931
- "clientCapability" : " textDocument.rangeFormatting" ,
1932
- "serverCapability" : " documentRangeFormattingProvider" ,
1933
+ "clientCapability" : " textDocument.rangeFormatting.rangesSupport " ,
1934
+ "serverCapability" : " documentRangeFormattingProvider.rangesSupport " ,
1933
1935
"params" : {
1934
1936
"kind" : " reference" ,
1935
1937
"name" : " DocumentRangesFormattingParams"
You can’t perform that action at this time.
0 commit comments