- Notifications
You must be signed in to change notification settings - Fork1.2k
Prevent python extension from overriding gitbash pwd#24832
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Prevent python extension from overriding gitbash pwd#24832
Uh oh!
There was an error while loading.Please reload this page.
Conversation
anthonykim1 commentedFeb 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Always turning off applyAtShellIntegration option seem to resolve the issue. (So only applying things ONLY at the process creation resolves the issue, whereas before sometimes both were enabled as true which seemed to lead to repro of the behavior)
but this is concerning, given that we had to switch to this "double prepend" for some reasons in the past. Reference:#22905 (double prepend) instead of#21906 (for prepending) Potential cause:
Fix: Avoid setting PWD when in Terminal Env Var experiment. |
bfe89b8
to42962ce
CompareIf the changes appear safe, you can manually trigger the pipeline by commenting |
b84fce2
intomicrosoft:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Gitbash repro steps:
Resolves:#23382