Skip to content

Conversation

@meganrogge
Copy link
Contributor

@meganrogge meganrogge commented May 9, 2025

fixes #245843

Initial investigation that led me to shellIntegration.env as the cause:
#248424 (comment)

From there, @anthonykim1 and I went back and forth on this to figure out the solution:

shellIntegration.env.value.PATH used to report the path using \ correctly (in 1.98). Now, it uses /, so we are deferring to process.env to fix this, as that uses \ and allows us to reolve the executables.

Follow-up items, discovered during this lengthy debugging 😅 :

@meganrogge meganrogge requested a review from anthonykim1 May 9, 2025 20:40
@meganrogge meganrogge self-assigned this May 9, 2025
@vs-code-engineering vs-code-engineering bot added this to the May 2025 milestone May 9, 2025
@meganrogge meganrogge enabled auto-merge (squash) May 9, 2025 20:41
@meganrogge meganrogge merged commit f67bdfd into main May 9, 2025
8 checks passed
@meganrogge meganrogge deleted the merogge/git-fix-bash branch May 9, 2025 20:57
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jun 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shell integration suggestions don't work in Git Bash on Windows 10 after last VS Code update

3 participants