-
Notifications
You must be signed in to change notification settings - Fork 106
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
VSCode mix test
task fails on fresh phx.new
application
#55
Comments
awwong1
changed the title
VSCode
VSCode Mar 20, 2020
mix test
task fails on fresh Phx.new applicationmix test
task fails on fresh phx.new
application
I have the same issue with a normal 'mix new' application Error output
Environment
|
I believe that we have to wait for Elixir 1.10.3 to be released so that it can contain this fix: elixir-lang/elixir#9864 As a workaround you can downgrade your project to 1.9.x. |
Sure, I will wait until 1.10.3 is released and then reproduce these steps. If they're still present, I will reopen this issue. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
The
vscode-elixir-ls
plugin debugger fails on a new phoenix applicationmix test
task.Reproduce
mix_test
task fails in VS Code.vscode/launch.json
Expected Behaviour
I expect the tests to execute in the same way as in the external terminal.
When I comment out all of the requireFiles, the task runs but I am unable to set breakpoints.
Environment
The text was updated successfully, but these errors were encountered: