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