|
620 | 620 | "kind": "reference",
|
621 | 621 | "name": "FileOperationRegistrationOptions"
|
622 | 622 | },
|
623 |
| - "documentation": "The will create files request is sent from the client to the server before files are actually\ncreated as long as the creation is triggered from within the client.\n\n@since 3.16.0", |
| 623 | + "documentation": "The will create files request is sent from the client to the server before files are actually\ncreated as long as the creation is triggered from within the client.\n\nThe request can return a `WorkspaceEdit` which will be applied to workspace before the\nfiles are created. Hence the `WorkspaceEdit` can not manipulate the content of the file\nto be created.\n\n@since 3.16.0", |
624 | 624 | "since": "3.16.0"
|
625 | 625 | },
|
626 | 626 | {
|
|
1633 | 1633 | "kind": "reference",
|
1634 | 1634 | "name": "DocumentFormattingRegistrationOptions"
|
1635 | 1635 | },
|
1636 |
| - "documentation": "A request to to format a whole document." |
| 1636 | + "documentation": "A request to format a whole document." |
1637 | 1637 | },
|
1638 | 1638 | {
|
1639 | 1639 | "method": "textDocument/rangeFormatting",
|
|
1662 | 1662 | "kind": "reference",
|
1663 | 1663 | "name": "DocumentRangeFormattingRegistrationOptions"
|
1664 | 1664 | },
|
1665 |
| - "documentation": "A request to to format a range in a document." |
| 1665 | + "documentation": "A request to format a range in a document." |
1666 | 1666 | },
|
1667 | 1667 | {
|
1668 | 1668 | "method": "textDocument/onTypeFormatting",
|
|
3061 | 3061 | "kind": "base",
|
3062 | 3062 | "name": "URI"
|
3063 | 3063 | },
|
3064 |
| - "documentation": "The document uri to show." |
| 3064 | + "documentation": "The uri to show." |
3065 | 3065 | },
|
3066 | 3066 | {
|
3067 | 3067 | "name": "external",
|
|
3070 | 3070 | "name": "boolean"
|
3071 | 3071 | },
|
3072 | 3072 | "optional": true,
|
3073 |
| - "documentation": "Indicates to show the resource in an external program.\nTo show for example `https://code.visualstudio.com/`\nin the default WEB browser set `external` to `true`." |
| 3073 | + "documentation": "Indicates to show the resource in an external program.\nTo show, for example, `https://code.visualstudio.com/`\nin the default WEB browser set `external` to `true`." |
3074 | 3074 | },
|
3075 | 3075 | {
|
3076 | 3076 | "name": "takeFocus",
|
|
3091 | 3091 | "documentation": "An optional selection range if the document is a text\ndocument. Clients might ignore the property if an\nexternal program is started or the file is not a text\nfile."
|
3092 | 3092 | }
|
3093 | 3093 | ],
|
3094 |
| - "documentation": "Params to show a document.\n\n@since 3.16.0", |
| 3094 | + "documentation": "Params to show a resource in the UI.\n\n@since 3.16.0", |
3095 | 3095 | "since": "3.16.0"
|
3096 | 3096 | },
|
3097 | 3097 | {
|
|
5682 | 5682 | "name": "target",
|
5683 | 5683 | "type": {
|
5684 | 5684 | "kind": "base",
|
5685 |
| - "name": "string" |
| 5685 | + "name": "URI" |
5686 | 5686 | },
|
5687 | 5687 | "optional": true,
|
5688 | 5688 | "documentation": "The uri this link points to. If missing a resolve request is sent later."
|
|
6002 | 6002 | "documentation": "The edits to apply."
|
6003 | 6003 | }
|
6004 | 6004 | ],
|
6005 |
| - "documentation": "The parameters passed via a apply workspace edit request." |
| 6005 | + "documentation": "The parameters passed via an apply workspace edit request." |
6006 | 6006 | },
|
6007 | 6007 | {
|
6008 | 6008 | "name": "ApplyWorkspaceEditResult",
|
|
7623 | 7623 | "documentation": "Options necessary for the registration."
|
7624 | 7624 | }
|
7625 | 7625 | ],
|
7626 |
| - "documentation": "General parameters to to register for an notification or to register a provider." |
| 7626 | + "documentation": "General parameters to register for a notification or to register a provider." |
7627 | 7627 | },
|
7628 | 7628 | {
|
7629 | 7629 | "name": "Unregistration",
|
|
13434 | 13434 | {
|
13435 | 13435 | "name": "UTF8",
|
13436 | 13436 | "value": "utf-8",
|
13437 |
| - "documentation": "Character offsets count UTF-8 code units." |
| 13437 | + "documentation": "Character offsets count UTF-8 code units (e.g. bytes)." |
13438 | 13438 | },
|
13439 | 13439 | {
|
13440 | 13440 | "name": "UTF16",
|
|
13444 | 13444 | {
|
13445 | 13445 | "name": "UTF32",
|
13446 | 13446 | "value": "utf-32",
|
13447 |
| - "documentation": "Character offsets count UTF-32 code units.\n\nImplementation note: these are the same as Unicode code points,\nso this `PositionEncodingKind` may also be used for an\nencoding-agnostic representation of character offsets." |
| 13447 | + "documentation": "Character offsets count UTF-32 code units.\n\nImplementation note: these are the same as Unicode codepoints,\nso this `PositionEncodingKind` may also be used for an\nencoding-agnostic representation of character offsets." |
13448 | 13448 | }
|
13449 | 13449 | ],
|
13450 | 13450 | "supportsCustomValues": true,
|
|
0 commit comments