2016-10-14 22:11:41 +08:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
2017-08-04 15:45:09 +08:00
|
|
|
"configurations": [{
|
2017-10-11 16:05:00 +08:00
|
|
|
"name": "osu! VisualTests (Debug)",
|
2017-04-22 14:36:40 +08:00
|
|
|
"windows": {
|
|
|
|
"type": "clr"
|
|
|
|
},
|
2016-10-14 22:11:41 +08:00
|
|
|
"type": "mono",
|
|
|
|
"request": "launch",
|
2017-10-14 14:06:43 +08:00
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/osu!.exe",
|
2017-08-04 15:45:09 +08:00
|
|
|
"args": [
|
|
|
|
"--tests"
|
|
|
|
],
|
2016-10-14 22:11:41 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2017-04-26 13:25:46 +08:00
|
|
|
"preLaunchTask": "Build (Debug)",
|
2017-10-11 16:05:00 +08:00
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "osu! VisualTests (Release)",
|
|
|
|
"windows": {
|
|
|
|
"type": "clr"
|
|
|
|
},
|
|
|
|
"type": "mono",
|
|
|
|
"request": "launch",
|
2017-10-14 14:06:43 +08:00
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Release/osu!.exe",
|
2017-10-11 16:05:00 +08:00
|
|
|
"args": [
|
|
|
|
"--tests"
|
|
|
|
],
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
2016-12-19 07:00:32 +08:00
|
|
|
"runtimeExecutable": null,
|
2017-04-26 13:25:46 +08:00
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
2017-10-11 16:04:15 +08:00
|
|
|
"name": "osu! (Debug)",
|
2017-04-22 14:36:40 +08:00
|
|
|
"windows": {
|
|
|
|
"type": "clr"
|
|
|
|
},
|
2016-12-19 07:00:32 +08:00
|
|
|
"type": "mono",
|
|
|
|
"request": "launch",
|
2017-10-14 14:06:43 +08:00
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/osu!.exe",
|
2016-12-19 07:00:32 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2017-04-26 13:25:46 +08:00
|
|
|
"preLaunchTask": "Build (Debug)",
|
2016-10-14 22:11:41 +08:00
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
2017-04-09 17:59:43 +08:00
|
|
|
"console": "internalConsole"
|
2016-10-14 22:11:41 +08:00
|
|
|
},
|
|
|
|
{
|
2017-10-11 16:04:15 +08:00
|
|
|
"name": "osu! (Release)",
|
2017-04-22 15:18:00 +08:00
|
|
|
"windows": {
|
2017-04-26 13:25:46 +08:00
|
|
|
"type": "clr"
|
2017-04-22 15:18:00 +08:00
|
|
|
},
|
2016-10-14 22:11:41 +08:00
|
|
|
"type": "mono",
|
2017-04-26 13:25:46 +08:00
|
|
|
"request": "launch",
|
2017-10-14 14:06:43 +08:00
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Release/osu!.exe",
|
2017-04-26 13:25:46 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
2016-10-14 22:11:41 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|