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

fixed space in $PATH #443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixed space in $PATH #443

wants to merge 1 commit into from

Conversation

andot
Copy link

@andot andot commented Sep 3, 2023

if /mnt/c/Users/andot/AppData/Local/Programs/Microsoft VS Code/bin in $PATH, it will be spilt to:

/mnt/c/Users/andot/AppData/Local/Programs/Microsoft
VS
Code/bin

This pr fixed this bug.

@floriangosse
Copy link

I've the same problem on MacOS with ZSH and VS Code. The path that's added to PATH is /Applications/Visual Studio Code.app/Contents/Resources/app/bin.

This change prevents me from properly using gvm as I have to conditionally enable gvm.

@caioreix
Copy link

Any updates to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants