samuelpordeus / vscode-elixir-test

Visual Studio Code extension to interact with elixir tests
MIT License
37 stars 36 forks source link

Ensure `watchTestAtCursor` is using `test.watch` #90

Closed rickaard closed 2 months ago

rickaard commented 9 months ago

The watchTestAtCursor command was using the mix.testFileAt function which didn't really watch for file changes at all, but rather just ran the function once.

This change will fix that by actually calling mix test.watch so that watchTestAtCursor works as intended 👍

timgent commented 2 months ago

@samuelpordeus would it be possible to get this addition released to the VS Code extensions store?