gogo2/crypto/brian/.vscode/launch.json
Dobromir Popov cd76d003eb api keys
2025-02-02 00:40:24 +02:00

15 lines
365 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Debug NN Training",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/index.py",
"console": "integratedTerminal",
"env": {
"PYTHONASYNCIODEBUG": "1"
}
}
]
}