2017-11-22 20:04:14 +08:00
|
|
|
{
|
|
|
|
// 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",
|
2018-04-20 13:41:57 +08:00
|
|
|
"program": "${workspaceRoot}/bin/Debug/net471/osu.Desktop.Deploy.exe",
|
2017-11-22 20:04:14 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Debug)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Deploy (Release)",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "clr",
|
2018-04-20 13:41:57 +08:00
|
|
|
"program": "${workspaceRoot}/bin/Release/net471/osu.Desktop.Deploy.exe",
|
2017-11-22 20:04:14 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|