You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following this thread as I have similar problems. I keep my runtimes on dockerized environments, so my mix command is actually an alias loaded in my shell.
Im running mix from git latest, and installing it to a custom directory that is in my user PATH
If I bring up a terminal and manually mix format works fine.
If I hack the vscode script to point to my mix binary - it gets past the "mix not found" error and onto other errors (but thats a different problem)
I've elixir installed via kiex and the
mix
binary is therefore only available when activated in the current shell session.To make this work, I'd like to be able to configure the path to the
mix
binary.What do you think?
The text was updated successfully, but these errors were encountered: