swyddfa / lsp-devtools

Tooling for working with language servers and clients.
https://lsp-devtools.readthedocs.io/en/latest/
47 stars 8 forks source link

Set non-empty default format strings #136

Closed alcarney closed 5 months ago

alcarney commented 5 months ago

By setting default format strings like {.|json} or {.|json-compact} we ensure that the lsp-devtools record command produces valid JSON when using the --to-file option.

Closes #130