Files
mesa-fi-backlog/Adaptation/.vscode/launch.json
2024-06-04 09:07:56 -07:00

11 lines
153 B
JSON

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