SharpCAT/.vscode/launch.json
copilot-swe-agent[bot] c9a25fa989 Add VS Code configuration and remove Visual Studio files
Co-authored-by: ekinnee <1707617+ekinnee@users.noreply.github.com>
2025-08-06 21:31:09 +00:00

10 lines
180 B
JSON

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