Files
metclimatec/Adaptation/.vscode/launch.json
2024-05-03 16:10:24 -07:00

11 lines
153 B
JSON

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