ddgo-converter/.vscode/launch.json
Marc Riera Irigoyen 24f41f10fe Add run config
2022-11-19 12:02:47 +01:00

16 lines
No EOL
516 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/ddgo-converter.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}