SharpCAT/.vscode/launch.json

10 lines
180 B
JSON
Raw Normal View History

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