ec/Adaptation/.vscode/launch.json
2023-01-24 09:06:42 -07:00

11 lines
152 B
JSON

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