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
The setting doesn't actually do anything on remote just yet as I didn't think through it fully. I'll have a look to see if doing the same thing will work across each of the extensions.
Ok, this should work on remote now, SHLVL=3 for me which I think is fine since ssh is a shell. The main thing to look out for in remote is that your bashrc only runs once (and doesn't duplicate in the PATH environment).
While testing microsoft/vscode#76053.
terminal.integrated.inheritEnv
totrue
env > inherit.txt
terminal.integrated.inheritEnv
tofalse
env > clean.txt
clean.txt
andinherit.txt
-> no differences
In my case
SHLVL=4
in both and shouldn't.The text was updated successfully, but these errors were encountered: