[html, json] update services

This commit is contained in:
Martin Aeschlimann
2022-03-18 18:04:03 +01:00
parent aa65936ebf
commit 50c8eb444d
6 changed files with 32 additions and 29 deletions

View File

@@ -103,6 +103,7 @@ export function startClient(context: ExtensionContext, newLanguageClient: Langua
embeddedLanguages,
handledSchemas: ['file'],
provideFormatter: false, // tell the server to not provide formatting capability and ignore the `html.format.enable` setting.
customCapabilities: { rangeFormatting: { editLimit: 10000 } }
},
middleware: {
// testing the replace / insert mode