Hello, I just started to learn elixir by following Alchemist Camp’s tutorial. And I had problem with formatting my code in vs code editor. I tried multiple formatter extensions. None of them worked for me. And the editor ran into compatibility problem. So, I deleted all the elixir related extension except ElixirLS. The editor finally stop giving me error. But it did not format my code either. Then I checked the “settings.json” file and updated the Elixir part as following:
“[elixir]”: {
“editor.defaultFormatter”: “JakeBecker.elixir-ls”
}
I tried to format it again after I reload vs code. It is not working still. Can someone help me with the format setting?






















