1
Fork 0
mirror of https://github.com/Steffo99/steamleaderboards.git synced 2024-10-16 06:17:29 +00:00

Add VSCode launch config

To debug #1.
This commit is contained in:
Steffo 2024-05-26 10:10:53 +02:00
parent b995a2aa09
commit 3f2f77eed1
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

12
.vscode/launch.json vendored Normal file
View file

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