uhnit testing from vscode
This commit is contained in:
parent
e6f4349621
commit
f33ca22255
10 changed files with 64 additions and 52 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -4,5 +4,9 @@
|
|||
"dotnet-test-explorer.showCodeLens": true,
|
||||
"dotnet-test-explorer.testArguments": "",
|
||||
"nxunitExplorer.nunit": "${workspaceFolder}/packages/nunit3-console.1.0.0/lib/net20/nunit3-console.exe",
|
||||
"nxunitExplorer.xunit": "${workspaceFolder}/packages/xunit.runner.console.2.4.1/tools/net472/xunit.console.exe"
|
||||
"nxunitExplorer.xunit": "${workspaceFolder}/packages/xunit.runner.console.2.4.1/tools/net472/xunit.console.exe",
|
||||
"nxunitExplorer.modules": [
|
||||
"test/**/bin/**/*.{dll,exe}"
|
||||
],
|
||||
"nxunitExplorer.logpanel": true
|
||||
}
|
||||
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
|
|
@ -66,15 +66,6 @@
|
|||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "launch-dotnet",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"${workspaceFolder}/bin/Debug/netcoreapp2.1/isnd.dll"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "watch",
|
||||
"command": "dotnet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue