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
There is a new setting terminal.integrated.inheritEnv which when set to false will not use inherit window's environment, instead:
On Linux it will get the parent of the main process and fetch its environment via procfs
On macOS it will create a new environment taking only a few keys from the current environment
On Windows nothing (deferred in another issue)
This was added such that the integrated terminal would work more like a regular terminal and not jumble $PATH up by running the profile/rc scripts several times. Things to verify:
Test for #70248
Complexity: 3
There is a new setting
terminal.integrated.inheritEnv
which when set tofalse
will not use inherit window's environment, instead:This was added such that the integrated terminal would work more like a regular terminal and not jumble
$PATH
up by running the profile/rc scripts several times. Things to verify:$SHLVL
(shell level) should be 1Some more context: #70248, #75376,
The text was updated successfully, but these errors were encountered: