Files
dep08siasm/Adaptation/.vscode/launch.json

11 lines
153 B
JSON

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