Files
met08awct/Adaptation/.vscode/launch.json
2024-04-02 10:39:16 -07:00

11 lines
153 B
JSON

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