Files
dep08siasm/Adaptation/.vscode/launch.json
2022-02-23 13:35:12 -07:00

11 lines
153 B
JSON

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