Add ".NET Attach" launch config

This helps debugging the source gnerator.
wip/source-generators
copygirl 12 months ago
parent 976d9fd326
commit 20d0cd2f0e
  1. 5
      .vscode/launch.json

@ -11,6 +11,11 @@
"cwd": "${workspaceFolder}/src/Immersion",
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Attach",
"type": "coreclr",
"request": "attach"
}
]
}

Loading…
Cancel
Save