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
Is your feature request related to a problem? Please describe.
The Deno extension has a very nice feature that allows running tests from the VSCode interface. However, this involves manually clicking on "▶ Run Test" each time.
Deno CLI has deno test --watch. It'd be convenient to have that via the extension as well.
Describe the solution you'd like
Add the ability to automatically re-run tests in the sidebar when the test file is saved. It would ideally be next to the "Run tests" button, as a "Run tests and watch" option.
The text was updated successfully, but these errors were encountered:
MKRhere
changed the title
Watch mode for "Testing code lens"
Watch mode for testing view
Jul 16, 2024
Is your feature request related to a problem? Please describe.
The Deno extension has a very nice feature that allows running tests from the VSCode interface. However, this involves manually clicking on "▶ Run Test" each time.
Deno CLI has
deno test --watch
. It'd be convenient to have that via the extension as well.Describe the solution you'd like
Add the ability to automatically re-run tests in the sidebar when the test file is saved. It would ideally be next to the "Run tests" button, as a "Run tests and watch" option.
The text was updated successfully, but these errors were encountered: