1
Fork 0
mirror of https://github.com/Steffo99/steamleaderboards.git synced 2025-03-11 03:07:29 +00:00
steamleaderboards/.vscode/launch.json
2024-05-26 10:10:53 +02:00

12 lines
No EOL
223 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Fetch Rivals of Aether scoreboards",
"type": "debugpy",
"request": "launch",
"module": "steamleaderboards",
"args": ["-o", "./data", "383980"]
}
]
}