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
It seems the terminal when opened under subsequent, but concurrent Visual Studio sessions gets environment from the first one that was open.
Reproduction:
On cmd, set PATH=c:\foo\bar;%PATH%, run devenv
Open Whack Whack on VS, and notice the PATH is as expected.
Leave it open.
On ANOTHER cmd, set PATH=c:\bar\grill;%PATH%, run devenv
Open Whack Whack on that new VS, while the other unrelated VS session is running. And notice the PATH has c:\foo\bar, but not c:\bar\grill.
Note: Issue #6 is talking about a similar symptom (I think). However, typing exit on the terminal of the second devenv does not fix this issue. When the terminal comes back open, it is still using the environment from the first session.
It seems the terminal when opened under subsequent, but concurrent Visual Studio sessions gets environment from the first one that was open.
Reproduction:
Note: Issue #6 is talking about a similar symptom (I think). However, typing
exiton the terminal of the second devenv does not fix this issue. When the terminal comes back open, it is still using the environment from the first session.