elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Erlang home configuration setting missing #71

Closed LaughingBubba closed 8 years ago

LaughingBubba commented 8 years ago

Hi, from time to time I get the above as a flash message in atom on Windows 10 (when editing elixir code)

The thing is, I do have erlang installed and the environment variable set up. I get the following when I do an env in the CLI ("..." meaning other environment variables)

...
ERLANG_HOME=C:\Program Files\erl7.2.1\bin
...

I also happen to have the erlang package installed in atom and it seems fine. Syntax checking and code completion are working fine for both languages.

Is there a config file I could update or something?

Thanks in advance.

keathley commented 8 years ago

We don't require any environment variables in this package. Its simply the highlighting for elixir grammars. Its probably another elixir package that you have installed.

LaughingBubba commented 8 years ago

Ah! Yes it was the autocomplete-elixir package which has a few open issues related to this.

I updated the (optional for windows) settings and that seems have done the trick.

Thanks!