From 2382c2322f3cfee6e9dbb42a1222ff5f169cdbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9amus=20=C3=93=20Ceanainn?= Date: Mon, 16 Jun 2025 18:56:10 +0100 Subject: [PATCH] Change default configuration values to not load envFile --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0414e9df1b04..a2bbd774329b 100644 --- a/package.json +++ b/package.json @@ -435,7 +435,7 @@ "type": "string" }, "python.envFile": { - "default": "${workspaceFolder}/.env", + "default": "", "description": "%python.envFile.description%", "scope": "resource", "type": "string" @@ -964,7 +964,7 @@ "type": "object" }, "envFile": { - "default": "${workspaceFolder}/.env", + "default": "", "description": "Absolute path to a file containing environment variable definitions.", "type": "string" },