formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
202 stars 95 forks source link

Save files before run tests #379

Open montoner0 opened 1 year ago

montoner0 commented 1 year ago

It would be nice to have an option to save files before running tests or honor the existing settings (like, testing.saveBeforeTest or task.saveBeforeRun). NB. I know about the auto watch option and it's quite different.