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 18981898 ]
18991899 },
19001900 "messageDirection" : " clientToServer" ,
1901+ "clientCapability" : " textDocument.rangeFormatting" ,
1902+ "serverCapability" : " documentRangeFormattingProvider" ,
19011903 "params" : {
19021904 "kind" : " reference" ,
19031905 "name" : " DocumentRangeFormattingParams"
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"
You can’t perform that action at this time.
0 commit comments