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
I tried the "IEx" and "IEx Mix" Configure on a new bared project. Both failed to run. But "Elixir" and "Elixir Mix" Configure could work.
Logs /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/bin/erl -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/logger/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/elixir/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/ex_unit/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/mix/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/eex/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/iex/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/megaco-4.5/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/reltool-1.0/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/xmerl-1.3.34/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/wx-2.4.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/snmp-5.15/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/public_key-1.15.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/os_mon-2.9.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/common_test-1.26.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/inets-9.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/et-1yzer-5.1.3/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/debugger-5.3.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/ssl-11.1.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/sasl-4.2.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/tools-3.6/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/erts-14.2.5/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/runtime_tools-2.0.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/tftp-1.1.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/stdlib-5.2.3/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/mnesia-4.23.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/observer-2.15.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/ftp-1.2.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/erl_interface-5.5.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/eunit-2.9/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/eldap-1.2.12/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/syntax_tools-3.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/parsetools-2.5/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/diameter-2.3.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/edoc-1.2.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/kernel-9.2.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/crypto-5.4.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/ssh-5.1.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/asn1-5.2.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/odbc-2.14.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/compiler-8.4.3/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/erl_docgen-1.5.2/ebin -elixir ansi_enabled true -noshell -s elixir start_iex -user elixir -extra +iex --no-halt -S /opt/homebrew/Cellar/elixir/1.17.2/bin/mix Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] [dtrace]
Runtime terminating during boot ({undef,[{elixir,start_iex,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})
Crash dump is being written to: erl_crash.dump...done
it seems the generated command "elixir start_iex" do not need "start_idx".
Desktop:
Erlang:
Elixir:
Plugin:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried the "IEx" and "IEx Mix" Configure on a new bared project. Both failed to run.
But "Elixir" and "Elixir Mix" Configure could work.
Logs
/opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/bin/erl -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/logger/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/elixir/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/ex_unit/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/mix/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/eex/ebin -pa /opt/homebrew/Cellar/elixir/1.17.2/lib/iex/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/megaco-4.5/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/reltool-1.0/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/xmerl-1.3.34/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/wx-2.4.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/snmp-5.15/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/public_key-1.15.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/os_mon-2.9.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/common_test-1.26.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/inets-9.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/et-1yzer-5.1.3/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/debugger-5.3.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/ssl-11.1.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/sasl-4.2.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/tools-3.6/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/erts-14.2.5/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/runtime_tools-2.0.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/tftp-1.1.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/stdlib-5.2.3/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/mnesia-4.23.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/observer-2.15.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/ftp-1.2.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/erl_interface-5.5.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/eunit-2.9/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/eldap-1.2.12/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/syntax_tools-3.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/parsetools-2.5/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/diameter-2.3.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/edoc-1.2.1/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/kernel-9.2.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/crypto-5.4.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/ssh-5.1.4/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/asn1-5.2.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/odbc-2.14.2/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/compiler-8.4.3/ebin -pa /opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/lib/erl_docgen-1.5.2/ebin -elixir ansi_enabled true -noshell -s elixir start_iex -user elixir -extra +iex --no-halt -S /opt/homebrew/Cellar/elixir/1.17.2/bin/mix
Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] [dtrace]
Runtime terminating during boot ({undef,[{elixir,start_iex,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})
Crash dump is being written to: erl_crash.dump...done
it seems the generated command "elixir start_iex" do not need "start_idx".
Desktop:
Erlang:
Elixir:
Plugin:
The text was updated successfully, but these errors were encountered: