denoland / vscode_deno

Visual Studio Code plugin for Deno
https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno
MIT License
1.5k stars 146 forks source link

Watch mode for testing view #1132

Open MKRhere opened 4 months ago

MKRhere commented 4 months ago

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.

image

goatonabicycle commented 1 month ago

Playing around with Deno in VSCode and this feature would be really great! 👍