mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[json] avoid too many deltas (#79014) & update dependencies
This commit is contained in:
@@ -46,6 +46,8 @@ The client can send the following initialization options to the server:
|
||||
|
||||
- `provideFormatter: boolean | undefined`. If defined, the value defines whether the server provides the `documentRangeFormattingProvider` capability on initialization. If undefined, the setting `json.format.enable` is used to determine whether formatting is provided. The formatter will then be registered through dynamic registration. If the client does not support dynamic registration, no formatter will be available.
|
||||
- `handledSchemaProtocols`: The URI schemas handles by the server. See section `Schema configuration` below.
|
||||
- `customCapabilities`: Additional non-LSP client capabiolities:
|
||||
- `rangeFormatting: { editLimit: x } }`: Limit the number of edits returned by the formatter by `x`.
|
||||
|
||||
### Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user