[json] avoid too many deltas (#79014) & update dependencies

This commit is contained in:
Martin Aeschlimann
2020-01-22 15:51:31 +01:00
parent b83d321729
commit ce31ace9d9
7 changed files with 68 additions and 63 deletions

View File

@@ -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