mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 14:10:45 +08:00
Fix Debug mode instead of Release mode for mono debug target
This commit is contained in:
Vendored
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user