folder stricture reorganize
This commit is contained in:
34
.vscode/launch.json
vendored
34
.vscode/launch.json
vendored
@ -110,6 +110,28 @@
|
||||
"COB_ETH_BUCKET_SIZE": "1"
|
||||
},
|
||||
"preLaunchTask": "Kill Stale Processes"
|
||||
},
|
||||
{
|
||||
"name": "🧹 Clean Trading Dashboard (Universal Data Stream)",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "run_clean_dashboard.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"env": {
|
||||
"PYTHONUNBUFFERED": "1",
|
||||
"CUDA_VISIBLE_DEVICES": "0",
|
||||
"ENABLE_UNIVERSAL_DATA_STREAM": "1",
|
||||
"ENABLE_NN_DECISION_FUSION": "1",
|
||||
"ENABLE_COB_INTEGRATION": "1",
|
||||
"DASHBOARD_PORT": "8051"
|
||||
},
|
||||
"preLaunchTask": "Kill Stale Processes",
|
||||
"presentation": {
|
||||
"hidden": false,
|
||||
"group": "Universal Data Stream",
|
||||
"order": 1
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
@ -180,6 +202,18 @@
|
||||
"group": "COB Trading",
|
||||
"order": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "🧹 Clean Dashboard + Universal Data Stream Monitor",
|
||||
"configurations": [
|
||||
"🧹 Clean Trading Dashboard (Universal Data Stream)"
|
||||
],
|
||||
"stopAll": true,
|
||||
"presentation": {
|
||||
"hidden": false,
|
||||
"group": "Universal Data Stream",
|
||||
"order": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user