Files
URLNotesGrabberCore/.vscode/launch.json
2025-11-24 11:58:55 -06:00

15 lines
296 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"args": [
"-test 12h45m 724733451895455700"
]
},
{
"name": "C#: Launch Startup Project",
"type": "dotnet",
"request": "launch"
}
]
}