Jump between test file and actual file not working im module name also contains "Test"
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:
https://github.com/samuelpordeus/vscode-elixir-test/blob/c79c6078706987ecb3ca00d1061fe74b3f2f2c0b/src/commands/jumpToTest.js#L100
Following up: Any news on this? 🙂
I'm also running into this issue. I maintain the mix_test_interactive project, and pretty much every file and module name has Test in the name.