-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: Replace Git Bash check with Mintty check #1295
Conversation
🦋 Changeset detectedLatest commit: f404347 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Running Lighthouse audit... |
Can you test this on windows @nexxeln |
Works! I'm not sure about the two warnings though. |
Yea I don’t like the two warnings however I feel like we would get lots of questions about Git Bash not working (with mintty). since mintty is installed by default with Git Bash. I can remove the second warning and potentially change the first message though not sure what the best option is. |
* Replace gitbash check with mintty check * Fix spacing of message * Add changeset * Change warning message
Closes #1281
✅ Checklist
Changelog
Replaced the Git Bash check if a check for Mintty. Git Bash works perfectly fine when using another terminal. Mintty is the issue here and it causes lots of issues with other CLI programs.
Not too sure if we want two messages here, I think having a notice specific to Git Bash is needed as it is mainly Git Bash users who are having this issue (Since Git Bash uses Mintty by default).
Screenshots
WSL VSC (Should not be affected by the change)
Git Bash + Mintty
Git Bash + Windows Terminal
💯