api keys
This commit is contained in:
parent
b48b8fd039
commit
cd76d003eb
15
crypto/brian/.vscode/launch.json
vendored
Normal file
15
crypto/brian/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: Debug NN Training",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/index.py",
|
||||
"console": "integratedTerminal",
|
||||
"env": {
|
||||
"PYTHONASYNCIODEBUG": "1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user