2016-10-14 22:11:41 +08:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
2018-03-26 09:52:54 +08:00
|
|
|
"configurations": [
|
|
|
|
{
|
2018-06-07 14:02:54 +08:00
|
|
|
"name": "VisualTests (Debug)",
|
2018-03-26 09:52:54 +08:00
|
|
|
"type": "coreclr",
|
2016-12-19 07:00:32 +08:00
|
|
|
"request": "launch",
|
2018-03-26 09:52:54 +08:00
|
|
|
"program": "dotnet",
|
|
|
|
"args": [
|
2018-12-21 09:23:44 +08:00
|
|
|
"${workspaceRoot}/osu.Game.Tests/bin/Debug/netcoreapp2.2/osu.Game.Tests.dll"
|
2018-03-26 09:52:54 +08:00
|
|
|
],
|
2016-12-19 07:00:32 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2018-06-07 14:02:54 +08:00
|
|
|
"preLaunchTask": "Build tests (Debug)",
|
2018-06-23 22:37:58 +08:00
|
|
|
"linux": {
|
|
|
|
"env": {
|
2018-12-21 09:23:44 +08:00
|
|
|
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Game.Tests/bin/Debug/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
|
2018-07-05 18:29:49 +08:00
|
|
|
}
|
2018-06-23 22:37:58 +08:00
|
|
|
},
|
2017-04-09 17:59:43 +08:00
|
|
|
"console": "internalConsole"
|
2016-10-14 22:11:41 +08:00
|
|
|
},
|
|
|
|
{
|
2018-06-07 14:02:54 +08:00
|
|
|
"name": "VisualTests (Release)",
|
2017-11-19 16:24:32 +08:00
|
|
|
"type": "coreclr",
|
2018-03-26 09:52:54 +08:00
|
|
|
"request": "launch",
|
|
|
|
"program": "dotnet",
|
|
|
|
"args": [
|
2018-12-21 09:23:44 +08:00
|
|
|
"${workspaceRoot}/osu.Game.Tests/bin/Release/netcoreapp2.2/osu.Game.Tests.dll"
|
2018-03-26 09:52:54 +08:00
|
|
|
],
|
2017-11-19 16:24:32 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2018-06-07 14:02:54 +08:00
|
|
|
"preLaunchTask": "Build tests (Release)",
|
2018-06-23 22:37:58 +08:00
|
|
|
"linux": {
|
|
|
|
"env": {
|
2018-12-21 09:23:44 +08:00
|
|
|
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Game.Tests/bin/Release/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
|
2018-07-05 18:29:49 +08:00
|
|
|
}
|
2018-06-23 22:37:58 +08:00
|
|
|
},
|
2017-11-19 16:24:32 +08:00
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
2018-06-07 14:02:54 +08:00
|
|
|
"name": "osu! (Debug)",
|
2018-03-26 09:52:54 +08:00
|
|
|
"type": "coreclr",
|
2017-11-19 16:24:32 +08:00
|
|
|
"request": "launch",
|
2018-03-26 09:52:54 +08:00
|
|
|
"program": "dotnet",
|
|
|
|
"args": [
|
2018-12-21 09:23:44 +08:00
|
|
|
"${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.2/osu!.dll"
|
2018-03-26 09:52:54 +08:00
|
|
|
],
|
2017-11-19 16:24:32 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2018-06-07 14:02:54 +08:00
|
|
|
"preLaunchTask": "Build osu! (Debug)",
|
2018-06-23 22:37:58 +08:00
|
|
|
"linux": {
|
|
|
|
"env": {
|
2018-12-21 09:23:44 +08:00
|
|
|
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
|
2018-07-05 18:29:49 +08:00
|
|
|
}
|
2018-06-23 22:37:58 +08:00
|
|
|
},
|
2017-11-19 16:24:32 +08:00
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
2018-06-07 14:02:54 +08:00
|
|
|
"name": "osu! (Release)",
|
2017-11-19 16:24:32 +08:00
|
|
|
"type": "coreclr",
|
2018-03-26 09:52:54 +08:00
|
|
|
"request": "launch",
|
|
|
|
"program": "dotnet",
|
|
|
|
"args": [
|
2018-12-21 09:23:44 +08:00
|
|
|
"${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.2/osu!.dll"
|
2018-03-26 09:52:54 +08:00
|
|
|
],
|
2017-04-26 13:25:46 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2018-06-07 14:02:54 +08:00
|
|
|
"preLaunchTask": "Build osu! (Release)",
|
2018-06-23 22:37:58 +08:00
|
|
|
"linux": {
|
|
|
|
"env": {
|
2018-12-21 09:23:44 +08:00
|
|
|
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
|
2018-07-05 18:29:49 +08:00
|
|
|
}
|
2018-06-23 22:37:58 +08:00
|
|
|
},
|
2017-04-26 13:25:46 +08:00
|
|
|
"console": "internalConsole"
|
2019-02-16 06:47:22 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Cake: Debug Script",
|
|
|
|
"type": "coreclr",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceRoot}/build/tools/Cake.CoreCLR/0.30.0/Cake.dll",
|
|
|
|
"args": [
|
|
|
|
"${workspaceRoot}/build/build.cake",
|
|
|
|
"--debug",
|
|
|
|
"--verbosity=diagnostic"
|
|
|
|
],
|
|
|
|
"cwd": "${workspaceRoot}/build",
|
|
|
|
"stopAtEntry": true,
|
|
|
|
"externalConsole": false
|
2016-10-14 22:11:41 +08:00
|
|
|
}
|
|
|
|
]
|
2018-07-05 22:38:34 +08:00
|
|
|
}
|