mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
[html, json] update services
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user