Open kieraneglin opened 5 months ago
ElixirLS handler for LSP textDocument/formatting does not run the mix task. It calls formatter APIs directly. If you need changing path I suggest opening an issue in elixir so dot-formatter
path setting can be read from mix project.
Alternatively stick to using a custom VSCode task
Is this the right repo?
This is specifically a request for this repo
Environment
Troubleshooting
.elixir_ls
directory, then restart your editorSetup
.formatter.exs
into a directory liketooling/.formatter.exs
mix format
like:defp aliases do [ format: "format --dot-formatter=tooling/.formatter.exs",
...
] end