This commit is contained in:
Mike Phares 2023-06-12 14:11:51 -07:00
parent 91f32138a1
commit 273f32bd57
2 changed files with 1 additions and 3 deletions

4
.vscode/launch.json vendored
View File

@ -29,9 +29,7 @@
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Copy-Distinct/bin/Debug/net7.0/win-x64/Copy-Distinct.dll",
"args": [
"s"
],
"args": [],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},