mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
|
{
|
||
|
// Use IntelliSense to learn about possible attributes.
|
||
|
// Hover to view descriptions of existing attributes.
|
||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [{
|
||
|
"name": "Deploy (Debug)",
|
||
|
"request": "launch",
|
||
|
"type": "mono",
|
||
|
"program": "${workspaceRoot}/bin/Debug/net461/osu.Desktop.Deploy.exe",
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"preLaunchTask": "Build (Debug)",
|
||
|
"runtimeExecutable": null,
|
||
|
"env": {},
|
||
|
"console": "internalConsole"
|
||
|
},
|
||
|
{
|
||
|
"name": "Deploy (Release)",
|
||
|
"request": "launch",
|
||
|
"type": "clr",
|
||
|
"program": "${workspaceRoot}/bin/Release/net461/osu.Desktop.Deploy.exe",
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"preLaunchTask": "Build (Release)",
|
||
|
"runtimeExecutable": null,
|
||
|
"env": {},
|
||
|
"console": "internalConsole"
|
||
|
}
|
||
|
]
|
||
|
}
|