You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: add a setting called "python.terminal.injectEnvFile". This setting will default to false (not enabled). What it does is control if environment files (.env) files and the value of the python.envFile are injected into terminals as environment variables. see 6173146 for how the environment variables are injected and where that code is.