JakeBecker / vscode-elixir-ls

Elixir language support and debugger for VS Code, powered by ElixirLS.
391 stars 42 forks source link

Cannot get formatter to work on an umbrella app #65

Closed dideler closed 6 years ago

dideler commented 6 years ago

Saving the file doesn't run the formatter, and using shift+alt+f to run the formatter pops up an error message saying "There is no formatter for 'elixir'-files installed".

$ elixir --version
Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]

Elixir 1.6.4 (compiled with OTP 19)
dideler commented 6 years ago

Reinstalling the extension didn't help.

For those who stumble on this and have the same issue: installing another extension, vscode-elixir-formatter, is a temporary workaround to automatically format Elixir code via VSCode.

JakeBecker commented 6 years ago

Please re-file this issue on ElixirLS and add the info from the issue template there. Thanks!