ovdashboard/api/.vscode/launch.json

15 lines
502 B
JSON
Raw Normal View History

2022-08-28 23:31:17 +00:00
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Main Module",
"type": "python",
"request": "launch",
2022-08-31 18:26:07 +00:00
"module": "ovdashboard_api.main",
2022-08-28 23:31:17 +00:00
"justMyCode": true
}
]
}