We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Umbrella app with compilation error Project structure:
my_project ├── apps │ ├── my_in_umbrella_project ... ... ├── mix.exs ...
Show compilation error in file
In /mix.exs : [ElixirLS] [E] Build failed for unknown reason. See output log.
/mix.exs
[ElixirLS] [E] Build failed for unknown reason. See output log.
## Output channel: elixir Started ElixirLS Fork v0.3.0 Elixir version: "1.10.2 (compiled with Erlang/OTP 21)" Erlang version: "22" Compiling with Mix env test == Compilation error in file lib/my_in_umbrella_project/file.ex == ** (CompileError) Some compilation error lib/my_in_umbrella_project/file.ex: (module) (stdlib 3.12.1) erl_eval.erl:680: :erl_eval.do_apply/6
The text was updated successfully, but these errors were encountered:
Can you make sample repo which is reproducing this?
Sorry, something went wrong.
I am sorry, I can't. This happens in my working repo, and I can't make the code public
No branches or pull requests
Problem
Umbrella app with compilation error
Project structure:
Desired behaviour
Show compilation error in file
Actual behaviour
In
/mix.exs
:[ElixirLS] [E] Build failed for unknown reason. See output log.
CocInfo output
The text was updated successfully, but these errors were encountered: