You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in a file wrong_test_file_extension.ex and trying to jumpo to wrong_test_file_extension_test.exs, it tries to jump somewhere it can't find (probably wrong_file_extension_test.exs ).
It is probably this part of the code that is responsible, since it just assumes that nothing will ever have "_test" in the filename anywhere except an actual test:
When in a file
wrong_test_file_extension.ex
and trying to jumpo towrong_test_file_extension_test.exs
, it tries to jump somewhere it can't find (probablywrong_file_extension_test.exs
).It is probably this part of the code that is responsible, since it just assumes that nothing will ever have "_test" in the filename anywhere except an actual test:
vscode-elixir-test/src/commands/jumpToTest.js
Line 100 in c79c607
The text was updated successfully, but these errors were encountered: