ddgo-converter/.vscode/launch.json
Marc Riera Irigoyen 139875808a Test gamepad name
2022-10-09 23:45:12 +02:00

16 lines
No EOL
501 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run main program",
"type": "python",
"request": "launch",
"program": "ddgo-converter.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}