Files
met08thftirqs408m/Adaptation/.vscode/launch.json
2022-10-10 17:34:12 -07:00

11 lines
153 B
JSON

{
"configurations": [
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": 11172
}
]
}