mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09: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",
|
"name": "Attach",
|
||||||
|
"windows": {
|
||||||
|
"type": "clr",
|
||||||
|
"request": "attach",
|
||||||
|
"processName": "osu!"
|
||||||
|
},
|
||||||
"type": "mono",
|
"type": "mono",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"address": "localhost",
|
"address": "localhost",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user