-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatter not working #166
Comments
Hi @kottkrig, have you just installed it? |
Actually, I have a better question, if you do Furthermore, if you do Thanks! |
I've installed and re-installed it a number of times during the week and the latest install was just before I posted this issue. 😃 I removed the version I had installed through the ST Package Manager and added it manually through git.
|
If you checkout f59c98e, does it work?
--
*José Valimwww.plataformatec.com.br
<http://www.plataformatec.com.br/>Founder and Director of R&D*
|
Still the same issue after checking out |
Does it fail on any project? Any file? Also, can you make sure “mix” is
available in your path? I.e. can you call “mix new foo” from the terminal?
--
*José Valimwww.plataformatec.com.br
<http://www.plataformatec.com.br/>Founder and Director of R&D*
|
Yes. I cannot get it to work in any of my projects. Even brand new ones created with
|
Ok, I ran out of ideas then. :D sorry!
--
*José Valimwww.plataformatec.com.br
<http://www.plataformatec.com.br/>Founder and Director of R&D*
|
check elixir version then |
I'm using Elixir 1.7.3:
|
I had the same issue. Looks like ST3 is not using the correct PATH on OSX. (source) It's actually an OSX issue not a ST3 issue (and certainly not a elixir-tmbundle issue) There seem to be a few ways to handle this (e.g. always launching sublime from the terminal) but you can also follow this solution to fix the issue. Hope this helps. |
I'm getting this error on ST4.
Already have checked for the correct PATH. It worked fine on ST3. |
Any updates on this? EDIT: I'm not sure if the build |
I don't have Sublime Text 4 yet, so it is up to someone who has it to debug it and hopefully provide a fix. Thanks! |
I'm using Sublime Text 3.1 and I cannot get my formatter to work.
I've enabled
format_on_save
in my package settings but whenever I save i get the following message in the ST console:Do I need to configure anything in particular in order to get the formatter to work?
The text was updated successfully, but these errors were encountered: