From d02a5abb45046d3ef463616e36bb3430f4ca3fba Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 24 Oct 2023 16:11:53 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(launch.json):=20add=20"env?= =?UTF-8?q?File"=20configuration=20to=20specify=20the=20path=20to=20the=20?= =?UTF-8?q?.env=20file=20for=20environment=20variable=20loading=20during?= =?UTF-8?q?=20debugging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index bb61b0b9e..a8229b155 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,8 @@ "debug" ], "jinja": true, - "justMyCode": true + "justMyCode": true, + "envFile": "${workspaceFolder}/.env" }, { "name": "Python: Remote Attach",