Well Ronfim

Results 2 comments of Well Ronfim

`mix run` only runs `.exs`, you need to me explicit if you want to run another extension. ```json { "code-runner.executorMapByFileExtension": { ".ex": "mix run --no-mix-exs", ".exs": "mix run" } }...

Be able to select multiple global environments would be VERY useful!!