Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ org.eclipse.lemminx -Djdk.xml.maxOccur=20000
* `-Duser.home=<string>`: The user home directory.
* `-DwatchParentProcess=<boolean>`: Whether to watch the parent process for termination. Defaults to `true`.

## Existing Implementations

To see how current implementations of this language server send configurations,
refer to [VSCode XML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml).

1. Go to preferences and set `xml.trace.server` to `verbose`
2. With an XML file open, go to View -> Output -> XML Support (top right drop down menu)
3. Ctrl + f, and search for 'workspace/didChangeConfiguration'

## Settings

Settings for **didChangeConfiguration** and **initializationOptions** must follow this JSON format:
Expand Down
Loading