.zshrc
is overriding the environment variable set by shell integration on macOS
#205102
Labels
confirmation-pending
info-needed
Issue requires more information from poster
terminal-shell-integration
Shell integration infrastructure, command decorations, etc.
terminal-shell-zsh
An issue in the terminal specific to zsh, including shell integration
Milestone
Does this issue occur when all extensions are disabled?: Yes/No
Reporting on behalf of @pquadri: microsoft/vscode-python#22901
VS Code version: Code 1.86.1 (Universal) (31c37ee, 2024-02-07T09:09:01.236Z)
OS version: Darwin arm64 23.3.0
Steps to Reproduce:
EnvironmentCollection.prepend
API, by using options:{"applyAtShellIntegration":true,"applyAtProcessCreation":true}
:PATH
in zsh terminal:As one can notice


<prepend>
is appearing twice, which is expected, but.zshrc
seems to be running after it which is why<prepend>
isn't the first entry inPATH
.shell integration:
The text was updated successfully, but these errors were encountered: