plugins.lsp.servers.ltex.settings.trace.server

Debug setting to log the communication between language client and server.

When reporting issues, set this to “verbose”. Append the relevant part to the GitHub issue.

Changes require restarting LTEX to take effect.

Possible values:

  • “off”: Don’t log any of the communication between language client and server.
  • “messages”: Log the type of requests and responses between language client and server.
  • “verbose”: Log the type and contents of requests and responses between language client and server.

Plugin default: "off"

Type: null or one of “off”, “messages”, “verbose” or raw lua code

Default: null

Declared by: