"Build failed for unknown reason. See output log."
Closed this issue · 3 comments
Sorry, Atom IDE silently discards log messages by default. Set core.debugLSP
to true
and it'll log them in the console, though you unfortunately have to expand each message individually to read them.
Alternatively, give it a try in the VS Code ElixirLS plugin which prints the log to the "Output" pane. The behavior will likely be the same, and it's easier to debug because of the better logging.
Managed to fix it before I got to this point, but updating elixir's master to HEAD (I was back a few weeks), I'm guessing something broke at some point because it was working earlier with that elixir version, some kind of failed check perhaps?
I guess this can be closed since it is the elixir dev version anyway, or left open to better error messages and such, up to you. ^.^
And VSCode is not really an option here.
I would like to see better logging options in atom/atom-languageclient but I'm gonna count on that happening at some point upstream.