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-08-28 18:41:22 +01:00
|
|
|
"nxunitExplorer.nunit": "${workspaceFolder}/packages/nunit3-console.1.0.0/lib/net20/nunit3-console.exe",
|
2021-09-08 01:55:00 +01:00
|
|
|
"nxunitExplorer.xunit": "${workspaceFolder}/packages/xunit.runner.console.2.4.1/tools/net472/xunit.console.exe",
|
|
|
|
|
"nxunitExplorer.modules": [
|
|
|
|
|
"test/**/bin/**/*.{dll,exe}"
|
|
|
|
|
],
|
|
|
|
|
"nxunitExplorer.logpanel": true
|
2021-08-15 05:31:38 +01:00
|
|
|
}
|