vscode-dotnet-test-explorer
vscode-dotnet-test-explorer copied to clipboard
How to turn off automatic unit tests!
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
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 🤔