remote-cli code
command works in bash, but zsh or tmux
#7149
Labels
Milestone
code
command works in bash, but zsh or tmux
#7149
Version: 1.71.0 (Universal)
Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c
Date: 2022-09-01T07:25:38.437Z
Electron: 19.0.12
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Darwin arm64 21.6.0
Sandboxed: No
Steps to Reproduce:
terminal.integrated.inheritEnv
is set to true (the default).code
. Observe that it works.code
. Observe that it fails.Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: Yes
It appears as though PATH is propagating correctly for bash, but not the other two:
Opening a bash terminal and then running zsh from within that terminal works.
Why is VSCode propagating different environment variables to different shells?
Potentially related: #4460
The text was updated successfully, but these errors were encountered: