Files
met08resimapcde/Adaptation/.vscode/launch.json
2022-02-14 15:44:21 -07:00

11 lines
153 B
JSON

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