vscode-dotnet-test-explorer icon indicating copy to clipboard operation
vscode-dotnet-test-explorer copied to clipboard

How to turn off automatic unit tests!

Open wf-soft opened this issue 5 years ago • 1 comments

How to turn off auto run unit tests? For example, I need to do some IO operations. I don't need to run the tests automatically, and I still run them every time I save them

wf-soft avatar Dec 01 '20 07:12 wf-soft

Have you turned on auto watch in the settings? That is the only thing that would cause automatic running of tests with and it's disabled by default 🤔

stefanforsberg avatar Dec 03 '20 05:12 stefanforsberg