|
1064 | 1064 | "since": "3.18.0", |
1065 | 1065 | "proposed": true |
1066 | 1066 | }, |
| 1067 | + { |
| 1068 | + "method": "workspace/textDocumentContent", |
| 1069 | + "typeName": "TextDocumentContentRequest", |
| 1070 | + "result": { |
| 1071 | + "kind": "base", |
| 1072 | + "name": "string" |
| 1073 | + }, |
| 1074 | + "messageDirection": "clientToServer", |
| 1075 | + "params": { |
| 1076 | + "kind": "reference", |
| 1077 | + "name": "TextDocumentContentParams" |
| 1078 | + }, |
| 1079 | + "registrationOptions": { |
| 1080 | + "kind": "reference", |
| 1081 | + "name": "TextDocumentContentRegistrationOptions" |
| 1082 | + }, |
| 1083 | + "documentation": "The `workspace/textDocumentContent` request is sent from the client to the\nserver to request the content of a text document.\n\n@since 3.18.0\n@proposed", |
| 1084 | + "since": "3.18.0", |
| 1085 | + "proposed": true |
| 1086 | + }, |
| 1087 | + { |
| 1088 | + "method": "workspace/textDocumentContent/refresh", |
| 1089 | + "typeName": "TextDocumentContentRefreshRequest", |
| 1090 | + "result": { |
| 1091 | + "kind": "base", |
| 1092 | + "name": "null" |
| 1093 | + }, |
| 1094 | + "messageDirection": "serverToClient", |
| 1095 | + "params": { |
| 1096 | + "kind": "reference", |
| 1097 | + "name": "TextDocumentContentRefreshParams" |
| 1098 | + }, |
| 1099 | + "documentation": "The `workspace/textDocumentContent` request is sent from the server to the client to refresh\nthe content of a specific text document.\n\n@since 3.18.0\n@proposed", |
| 1100 | + "since": "3.18.0", |
| 1101 | + "proposed": true |
| 1102 | + }, |
1067 | 1103 | { |
1068 | 1104 | "method": "client/registerCapability", |
1069 | 1105 | "typeName": "RegistrationRequest", |
|
4368 | 4404 | "since": "3.18.0", |
4369 | 4405 | "proposed": true |
4370 | 4406 | }, |
| 4407 | + { |
| 4408 | + "name": "TextDocumentContentParams", |
| 4409 | + "properties": [ |
| 4410 | + { |
| 4411 | + "name": "uri", |
| 4412 | + "type": { |
| 4413 | + "kind": "base", |
| 4414 | + "name": "DocumentUri" |
| 4415 | + }, |
| 4416 | + "documentation": "The uri of the text document." |
| 4417 | + } |
| 4418 | + ], |
| 4419 | + "documentation": "Parameters for the `workspace/textDocumentContent` request.\n\n@since 3.18.0\n@proposed", |
| 4420 | + "since": "3.18.0", |
| 4421 | + "proposed": true |
| 4422 | + }, |
| 4423 | + { |
| 4424 | + "name": "TextDocumentContentRegistrationOptions", |
| 4425 | + "properties": [], |
| 4426 | + "extends": [ |
| 4427 | + { |
| 4428 | + "kind": "reference", |
| 4429 | + "name": "TextDocumentContentOptions" |
| 4430 | + } |
| 4431 | + ], |
| 4432 | + "mixins": [ |
| 4433 | + { |
| 4434 | + "kind": "reference", |
| 4435 | + "name": "StaticRegistrationOptions" |
| 4436 | + } |
| 4437 | + ], |
| 4438 | + "documentation": "Text document content provider registration options.\n\n@since 3.18.0\n@proposed", |
| 4439 | + "since": "3.18.0", |
| 4440 | + "proposed": true |
| 4441 | + }, |
| 4442 | + { |
| 4443 | + "name": "TextDocumentContentRefreshParams", |
| 4444 | + "properties": [ |
| 4445 | + { |
| 4446 | + "name": "uri", |
| 4447 | + "type": { |
| 4448 | + "kind": "base", |
| 4449 | + "name": "DocumentUri" |
| 4450 | + }, |
| 4451 | + "documentation": "The uri of the text document to refresh." |
| 4452 | + } |
| 4453 | + ], |
| 4454 | + "documentation": "Parameters for the `workspace/textDocumentContent/refresh` request.\n\n@since 3.18.0\n@proposed", |
| 4455 | + "since": "3.18.0", |
| 4456 | + "proposed": true |
| 4457 | + }, |
4371 | 4458 | { |
4372 | 4459 | "name": "RegistrationParams", |
4373 | 4460 | "properties": [ |
|
7879 | 7966 | "since": "3.18.0", |
7880 | 7967 | "proposed": true |
7881 | 7968 | }, |
| 7969 | + { |
| 7970 | + "name": "TextDocumentContentOptions", |
| 7971 | + "properties": [ |
| 7972 | + { |
| 7973 | + "name": "scheme", |
| 7974 | + "type": { |
| 7975 | + "kind": "base", |
| 7976 | + "name": "string" |
| 7977 | + }, |
| 7978 | + "documentation": "The scheme for which the server provides content." |
| 7979 | + } |
| 7980 | + ], |
| 7981 | + "documentation": "Text document content provider options.\n\n@since 3.18.0\n@proposed", |
| 7982 | + "since": "3.18.0", |
| 7983 | + "proposed": true |
| 7984 | + }, |
7882 | 7985 | { |
7883 | 7986 | "name": "Registration", |
7884 | 7987 | "properties": [ |
|
10454 | 10557 | "optional": true, |
10455 | 10558 | "documentation": "The server is interested in notifications/requests for operations on files.\n\n@since 3.16.0", |
10456 | 10559 | "since": "3.16.0" |
| 10560 | + }, |
| 10561 | + { |
| 10562 | + "name": "textDocumentContent", |
| 10563 | + "type": { |
| 10564 | + "kind": "or", |
| 10565 | + "items": [ |
| 10566 | + { |
| 10567 | + "kind": "reference", |
| 10568 | + "name": "TextDocumentContentOptions" |
| 10569 | + }, |
| 10570 | + { |
| 10571 | + "kind": "reference", |
| 10572 | + "name": "TextDocumentContentRegistrationOptions" |
| 10573 | + } |
| 10574 | + ] |
| 10575 | + }, |
| 10576 | + "optional": true, |
| 10577 | + "documentation": "The server supports the `workspace/textDocumentContent` request.\n\n@since 3.18.0\n@proposed", |
| 10578 | + "since": "3.18.0", |
| 10579 | + "proposed": true |
10457 | 10580 | } |
10458 | 10581 | ], |
10459 | 10582 | "documentation": "Defines workspace specific capabilities of the server.\n\n@since 3.18.0", |
|
10972 | 11095 | "documentation": "Capabilities specific to the folding range requests scoped to the workspace.\n\n@since 3.18.0\n@proposed", |
10973 | 11096 | "since": "3.18.0", |
10974 | 11097 | "proposed": true |
| 11098 | + }, |
| 11099 | + { |
| 11100 | + "name": "textDocumentContent", |
| 11101 | + "type": { |
| 11102 | + "kind": "reference", |
| 11103 | + "name": "TextDocumentContentClientCapabilities" |
| 11104 | + }, |
| 11105 | + "optional": true, |
| 11106 | + "documentation": "Capabilities specific to the `workspace/textDocumentContent` request.\n\n@since 3.18.0\n@proposed", |
| 11107 | + "since": "3.18.0", |
| 11108 | + "proposed": true |
10975 | 11109 | } |
10976 | 11110 | ], |
10977 | 11111 | "documentation": "Workspace specific client capabilities." |
|
12084 | 12218 | "since": "3.18.0", |
12085 | 12219 | "proposed": true |
12086 | 12220 | }, |
| 12221 | + { |
| 12222 | + "name": "TextDocumentContentClientCapabilities", |
| 12223 | + "properties": [ |
| 12224 | + { |
| 12225 | + "name": "dynamicRegistration", |
| 12226 | + "type": { |
| 12227 | + "kind": "base", |
| 12228 | + "name": "boolean" |
| 12229 | + }, |
| 12230 | + "optional": true, |
| 12231 | + "documentation": "Text document content provider supports dynamic registration." |
| 12232 | + } |
| 12233 | + ], |
| 12234 | + "documentation": "Client capabilities for a text document content provider.\n\n@since 3.18.0\n@proposed", |
| 12235 | + "since": "3.18.0", |
| 12236 | + "proposed": true |
| 12237 | + }, |
12087 | 12238 | { |
12088 | 12239 | "name": "TextDocumentSyncClientCapabilities", |
12089 | 12240 | "properties": [ |
|
0 commit comments