isn/.vscode/settings.json

14 lines
482 B
JSON
Raw Normal View History

2021-08-15 05:31:38 +01:00
{
2021-08-27 21:22:34 +01:00
"dotnet-test-explorer.testProjectPath": "**/*.sln",
"dotnet-test-explorer.runInParallel": false,
"dotnet-test-explorer.showCodeLens": true,
"dotnet-test-explorer.testArguments": "",
2021-09-08 01:55:00 +01:00
"nxunitExplorer.modules": [
2021-09-13 23:28:56 +01:00
"test/i*/bin/Debug/*/*.tests.dll"
2021-09-08 01:55:00 +01:00
],
2021-09-13 23:28:56 +01:00
"nxunitExplorer.skippattern": "",
"dotnetCoreExplorer.runEnvVars": {
"ASPNETCORE_ENVIRONMENT": "Testing"
},
"dotnetCoreExplorer.searchpatterns": "test/**/bin/**/*.tests.{dll,exe}"
2021-08-15 05:31:38 +01:00
}