Powershell doesn't inherit new PATH after applying it outside #13639
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Windows Terminal version
1.14.1963.0
Windows build number
10.0.22000.0
Other Software
PowerShell 7.2.5
PowerShell 7.3.0-preview.6
Steps to reproduce
%WINDIR%\system32\SystemPropertiesAdvanced.exe
'Environment Variables...' option or even straight to regeditHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\Path
keyExpected Behavior
I expected that NEW tabs would of course re-read NEW configurations, especially regarding environment variables
In order to make it work, you have to kill the entire Terminal process (and all tabs that you are working on), reload Terminal, and then you will notice that the new environment variable was inherited.
Actual Behavior
Nothing.
In order to make it work, you have to kill the entire Terminal process (and all tabs that you are working on), reload Terminal, and then you will notice that the new environment variable was inherited.
The text was updated successfully, but these errors were encountered: