-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autowatch and Global pattern #160
Comments
Auto watch is only implemented for the first project as you noticed. This was documented in the readme at some point but it seems to have fallen of 👼 I don't remember at the top of my head exactly why it was hard(er) to implement it for multiple test projects, I'll take a look at it in the following days and see if anything jobs my memory. |
0.6.5 was just released which should allow to watch multiple directories. |
I will test on my projects and add feedback here |
@stefanforsberg works perfectly in my projects. Thanks :) |
Visual Studio Code : 1.29.0-insider
.NET Core Test Explorer : 0.5.4
OS Version : macOS Mojave 10.14
Hello,
I'm trying to activate autowatch option, to improve increase my productivity on developing with TDD approach.
I'm using a global pattern : *test/*/Test.csproj and when I active autowatch, only the first of the list is executed.
Here the logs from console :
When I reload the .net explorer, I back to working explorer with all projects
I don't know if you can integrate it in current version or I you can integrate it to PR #83
The text was updated successfully, but these errors were encountered: