mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch VisualTests",
|
|
"type": "mono",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/osu.Desktop.VisualTests/bin/Debug/osu!.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceRoot}",
|
|
"preLaunchTask": "build",
|
|
"runtimeExecutable": null,
|
|
"env": {},
|
|
"externalConsole": false
|
|
},
|
|
{
|
|
"name": "Launch Desktop",
|
|
"type": "mono",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/osu!.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceRoot}",
|
|
"preLaunchTask": "build",
|
|
"runtimeExecutable": null,
|
|
"env": {},
|
|
"externalConsole": false
|
|
},
|
|
{
|
|
"name": "Attach",
|
|
"type": "mono",
|
|
"request": "attach",
|
|
"address": "localhost",
|
|
"port": 55555
|
|
}
|
|
]
|
|
} |