taplo icon indicating copy to clipboard operation
taplo copied to clipboard

Document debugging steps

Open tamasfe opened this issue 1 year ago • 1 comments

Include steps to debug the lsp and cli described #280 on the website, so that people can contribute environment-specific information.

tamasfe avatar Jul 17 '22 13:07 tamasfe

For reference:

The logs are in the OUTPUT panel, and then select Even Better TOML LSP in the dropdown.

To log pretty much everything you can use following settings, although it will be very noisy:

  "evenBetterToml.taplo.environment": {
    "RUST_LOG": "trace"
  },
  "evenBetterToml.taplo.extraArgs": ["--log-spans", "--verbose"],

GilShoshan94 avatar Jul 17 '22 16:07 GilShoshan94