|
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" |
|
2276 | 2278 | "typeName": "DidOpenTextDocumentNotification", |
2277 | 2279 | "messageDirection": "clientToServer", |
2278 | 2280 | "clientCapability": "textDocument.synchronization", |
2279 | | - "serverCapability": "textDocumentSync", |
| 2281 | + "serverCapability": "textDocumentSync.openClose", |
2280 | 2282 | "params": { |
2281 | 2283 | "kind": "reference", |
2282 | 2284 | "name": "DidOpenTextDocumentParams" |
|
2308 | 2310 | "typeName": "DidCloseTextDocumentNotification", |
2309 | 2311 | "messageDirection": "clientToServer", |
2310 | 2312 | "clientCapability": "textDocument.synchronization", |
2311 | | - "serverCapability": "textDocumentSync", |
| 2313 | + "serverCapability": "textDocumentSync.openClose", |
2312 | 2314 | "params": { |
2313 | 2315 | "kind": "reference", |
2314 | 2316 | "name": "DidCloseTextDocumentParams" |
|
0 commit comments