dash and training wip
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -47,6 +47,9 @@
|
||||
"env": {
|
||||
"PYTHONUNBUFFERED": "1",
|
||||
"ENABLE_REALTIME_CHARTS": "1"
|
||||
},
|
||||
"linux": {
|
||||
"python": "${workspaceFolder}/venv/bin/python"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -156,6 +159,7 @@
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "run_clean_dashboard.py",
|
||||
"python": "${workspaceFolder}/venv/bin/python",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"env": {
|
||||
|
Reference in New Issue
Block a user