fixed launch json

This commit is contained in:
Michele 2020-11-11 01:29:58 +00:00
parent aa03a702bd
commit 50e3f220e1
3 changed files with 1 additions and 77 deletions

2
.vscode/launch.json vendored
View file

@ -31,7 +31,7 @@
"preLaunchTask": "build sledgemapper.api",
"program": "${workspaceFolder}/Sledgemapper.Api/bin/Debug/net5.0/sledgemapper.api.dll",
"args": [],
"cwd": "${workspaceFolder}/Sledgemapper",
"cwd": "${workspaceFolder}/Sledgemapper.Api",
"console": "internalConsole",
"stopAtEntry": false,
"env": {