updated folder structure

This commit is contained in:
2024-02-25 10:21:12 +01:00
parent a4a1551ea0
commit 94b30d96b0
7 changed files with 5 additions and 5 deletions

7
.vscode/launch.json vendored
View File

@@ -5,11 +5,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File with Arguments",
"name": "Scheduler",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
"program": "${workspace}/alert-scheduler/src/watchdog.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/alert-scheduler"
}
]
}