From 21081cc7ce94fc477e90b179ab42cdc18e7ba8a7 Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:40:45 +0000 Subject: [PATCH] V0.6.5.f Arroyo Toad --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8bf5728..88af215 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "args": [], "cwd": "${workspaceFolder}", "name": "Debug IoT-Simulator", - "envFile": "${workspaceFolder}/env/debug/debug.env", + "envFile": "${workspaceFolder}/env/debug/.debug.env", "program": "${workspaceFolder}/.build/debug/App", "preLaunchTask": "swift: Build Debug IoT-Simulator" },