Files
dep08siasm/Adaptation/.vscode/launch.json
2022-03-09 20:02:07 -07:00

11 lines
152 B
JSON

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