From 9e0244bc24ddc66da18076b79fcc28c2aa32c21e Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 12 Jul 2022 20:42:49 +0200 Subject: [PATCH] chore: launch API correctly --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e3b7c582..23ba8e32 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -131,7 +131,9 @@ "type": "node", "request": "attach", "port": 9229, - "preDebugTask": "func: host start" + "preLaunchTask": "func: host start", + "cwd": "${workspaceFolder}/website", + "envFile": "${workspaceFolder}/website/.env" }, { "name": "Debug CLI(cache)",