Fix Debug mode instead of Release mode for mono debug target

This commit is contained in:
Thomas Müller 2018-05-29 10:27:21 +02:00
parent f6f18e2fe2
commit 6f72e5a876
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -22,7 +22,7 @@
},
"type": "mono",
"request": "launch",
"program": "${workspaceRoot}/osu.Game.Tests/bin/Debug/net471/osu.Game.Tests.exe",
"program": "${workspaceRoot}/osu.Game.Tests/bin/Release/net471/osu.Game.Tests.exe",
"cwd": "${workspaceRoot}",
"preLaunchTask": "Build (Release, msbuild)",
"runtimeExecutable": null,