2025-12-26 17:53:24 +08:00
|
|
|
{
|
|
|
|
|
// 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": "Main",
|
|
|
|
|
"type": "debugpy",
|
|
|
|
|
"request": "launch",
|
2025-12-27 20:40:18 +08:00
|
|
|
"program": "src\\main.py",
|
2025-12-26 17:53:24 +08:00
|
|
|
"console": "integratedTerminal",
|
2025-12-27 20:40:18 +08:00
|
|
|
"args": "--excel .\\templates\\data_template_8760-in-use2.xlsx"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Multi_Scenarios",
|
|
|
|
|
"type": "debugpy",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"program": "src\\multi_scenario.py",
|
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
|
"args": "--excel .\\templates\\data_template_8760-in-use2.xlsx"
|
2025-12-26 17:53:24 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|