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