Open
Description
VS Code supports running tests continuously upon file modifications by marking the profile with support for "continuous" runs. This doesn't apply to the debugging profile, but it would apply to the regular run profile or the run in terminal (#3312).
Implement continuous running for these profiles.