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
When terminal env experiment is off , PYTHONSTARTUP seems to be not injected, which is a bug.
Shell integration for python should work depending on the setting regardless of any other setting or experiment other than upstream terminal shell integration setting.
Update: It was getting injected, but was just getting cleared as part of check:
We clear env var collection when user isn't in env var experiment to get rid of stale env var.
The text was updated successfully, but these errors were encountered:
…#25037)
Resolve: #25013
Python shell integration env var injection via env var collection was
getting cleared undesirable, when user had opted out of terminal env var
experiment.
We want to inject PYTHONSTARTUP regardless of the experiment, depending
on user setting.
Uh oh!
There was an error while loading. Please reload this page.
When terminal env experiment is off , PYTHONSTARTUP seems to be not injected, which is a bug.
Shell integration for python should work depending on the setting regardless of any other setting or experiment other than upstream terminal shell integration setting.
Update: It was getting injected, but was just getting cleared as part of check:
The text was updated successfully, but these errors were encountered: