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" },