Files
met08resihgcv/Adaptation/.vscode/launch.json
2022-02-24 17:03:01 -07:00

11 lines
153 B
JSON

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