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