You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,12 @@
190
190
"description": "The XML Language server allows other VSCode extensions to extend its functionality. It requires Java-specific features in order to do this. If extensions to the XML language server are detected, but a binary XML language server is run, a warning will appear. This setting can be used to disable this warning.",
191
191
"scope": "window"
192
192
},
193
+
"xml.mcp.enabled": {
194
+
"type": "boolean",
195
+
"default": false,
196
+
"markdownDescription": "Enable multi-client mode. When enabled, the XML language server listens on a TCP socket and registers itself in `${workspace}/.lsp-servers/lemminx.json`, allowing MCP servers (like languagetools) to connect and share the same server instance. Requires restart to take effect.",
197
+
"scope": "window"
198
+
},
193
199
"xml.server.binary.path": {
194
200
"type": "string",
195
201
"description": "Specify the path of a custom binary version of the XML server to use. A binary will be downloaded if this is not set.",
0 commit comments