This commit is contained in:
2019-01-28 23:39:05 +00:00
parent 580a7e0825
commit 9c707bfaf5
2 changed files with 296 additions and 1 deletions

3
.vscode/launch.json vendored
View File

@@ -10,7 +10,8 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/server/AyaNova/bin/Debug/netcoreapp2.1/AyaNova.dll",
//#### THIS MEANS YOU JOHNNY! If the debugger fails this is the issue
"program": "${workspaceFolder}/server/AyaNova/bin/Debug/netcoreapp2.2/AyaNova.dll",
"args": [],
"cwd": "${workspaceFolder}/server/AyaNova",
"stopAtEntry": false,