Files

25 lines
825 B
JSON
Raw Permalink Normal View History

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",
"program": "src\\main.py",
2025-12-26 17:53:24 +08:00
"console": "integratedTerminal",
"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
}
]
}