Add clr-specific attach request.

This commit is contained in:
smoogipooo 2017-04-22 16:18:00 +09:00
parent 307dc3e2e1
commit 8dd7781925
1 changed files with 5 additions and 0 deletions

5
.vscode/launch.json vendored
View File

@ -33,6 +33,11 @@
},
{
"name": "Attach",
"windows": {
"type": "clr",
"request": "attach",
"processName": "osu!"
},
"type": "mono",
"request": "attach",
"address": "localhost",