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
If I launch 2 different vscode instances from two different command prompts on windows, the second instance of vscode will end up getting the environment variables of the first instance.
VSCode Version: 1.38.1
OS Version: Windows 10
Steps to Reproduce:
launch 2 different command prompts on windows
in the first one, type set zzz=ZZZ
launch code
from the second command prompt, launch another instance of code
go to the terminal of both instances and check the environment variables, both of them will have the environment variable zzz
I tried it also with Git Bash on windows and the same thing happens.
The text was updated successfully, but these errors were encountered:
If I launch 2 different vscode instances from two different command prompts on windows, the second instance of vscode will end up getting the environment variables of the first instance.
Steps to Reproduce:
set zzz=ZZZ
zzz
I tried it also with
Git Bash
on windows and the same thing happens.The text was updated successfully, but these errors were encountered: