Files
met08resimapcde/Adaptation/.vscode/launch.json
Mike Phares 8ef7fca67a #pragma warning disable ...
#pragma warning restore ...
2022-02-15 09:30:23 -07:00

11 lines
152 B
JSON

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