Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepending fails on zsh with only shell integration enabled #188875

Closed
Tracked by #20822
karrtikr opened this issue Jul 25, 2023 · 3 comments · Fixed by #191822
Closed
Tracked by #20822

Prepending fails on zsh with only shell integration enabled #188875

karrtikr opened this issue Jul 25, 2023 · 3 comments · Fixed by #191822
Assignees
Labels
api bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal-shell-integration Shell integration, command decorations, etc. verified Verification succeeded
Milestone

Comments

@karrtikr
Copy link
Contributor

karrtikr commented Jul 25, 2023

Testing #182970

envVarCollection.prepend('PS1', '(.venv) ', {
    applyAtProcessCreation: false,
    applyAtShellIntegration: true,
});

seems to fail on zsh shell:

image

@karrtikr
Copy link
Contributor Author

Moving this to August same as the other issue: #191753

@karrtikr karrtikr modified the milestones: September 2023, August 2023 Aug 30, 2023
@karrtikr
Copy link
Contributor Author

Let me know if we're unable to fix this in time, in which case I'll stop prepending for zsh in Python extension.

@Tyriar
Copy link
Member

Tyriar commented Aug 30, 2023

Looking into it now

Tyriar added a commit that referenced this issue Aug 30, 2023
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Aug 30, 2023
@ulugbekna ulugbekna added the verified Verification succeeded label Aug 31, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal-shell-integration Shell integration, command decorations, etc. verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants