Pablo Piskunow
Pablo Piskunow
## Root Cause I traced this to the `.env` parser implementation in: **File**: `src/client/common/variables/environment.ts` (lines 125-166) The parser consists of two functions that work together: ### 1. `parseEnvFile()` - The...
Indeed, the .env file is parsed when launching a Jupyter kernel, not for Python scripts by default
Do you suggest to open another issue in **vscode-jupyter**? The same function is defined: https://github.com/microsoft/vscode-jupyter/blob/952a5f7212890e079373736cfb37719b1fad9b80/src/platform/common/variables/environment.node.ts#L132