how do I (auto)run test continously like node --test --watch
for TDD sessions?
#44
Labels
enhancement
New feature or request
node --test --watch
for TDD sessions?
#44
I can configure extension add
--watch
to parameters, but ive tried it and it doesn't seem to work as in it doesn't rerun tests when I change the file. Regardless, I dont always need to run tests in watch mode, so Id like to have an option or a toggle to do it on demand from ui.Im not sure it is a 100% fit, but it would seem that vscode's "Continuous Run" api fits the bill. There is even a button to toggle the continuous run.
I'm not sure if this feature is supported and I missed how to enable it or integration with continuous run api requires extra work on behalf of maintainers.
microsoft/vscode#134941
microsoft/vscode#134941
The text was updated successfully, but these errors were encountered: