From 306a739e0886200bcd9fb17a879c96454ea2d528 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 25 Feb 2024 10:27:51 +0100 Subject: [PATCH] fixed launch config --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f392b1b..01b8caf 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Scheduler", "type": "debugpy", "request": "launch", - "program": "${workspace}/alert-scheduler/src/watchdog.py", + "program": "${workspaceFolder}/alert-scheduler/src/watchdog.py", "console": "integratedTerminal", "cwd": "${workspaceFolder}/alert-scheduler" }