Files
redux-scraper/.vscode/launch.json
2025-07-21 22:54:08 +00:00

11 lines
143 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "rdbg",
"name": "rdbg - attach",
"request": "attach"
}
]
}