Files
met08thftirqs408m/Adaptation/.vscode/launch.json
2022-11-28 11:31:41 -07:00

11 lines
153 B
JSON

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