Files
met08ddupsp1tbi/Adaptation/.vscode/launch.json
2022-02-24 13:22:11 -07:00

11 lines
153 B
JSON

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