mirror of
https://github.com/ppy/osu
synced 2025-02-21 21:17:13 +00:00
Add clr-specific attach request.
This commit is contained in:
parent
307dc3e2e1
commit
8dd7781925
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -33,6 +33,11 @@
|
||||
},
|
||||
{
|
||||
"name": "Attach",
|
||||
"windows": {
|
||||
"type": "clr",
|
||||
"request": "attach",
|
||||
"processName": "osu!"
|
||||
},
|
||||
"type": "mono",
|
||||
"request": "attach",
|
||||
"address": "localhost",
|
||||
|
Loading…
Reference in New Issue
Block a user