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

Git Bash missing from integrated terminal default choices #39671

Closed
njbmartin opened this issue Dec 5, 2017 · 0 comments · Fixed by #39674
Closed

Git Bash missing from integrated terminal default choices #39671

njbmartin opened this issue Dec 5, 2017 · 0 comments · Fixed by #39674
Assignees
Labels
terminal Integrated terminal issues

Comments

@njbmartin
Copy link
Contributor

  • VSCode Version: Code 1.18.1 (929bacb, 2017-11-16T18:32:36.023Z)
  • OS Version: Windows_NT x64 10.0.16299
  • Extensions: none

Git Bash is not included in the list of defaults if Git Bash is installed as the current user. However, adding the path manually to the user settings works just fine.

eg.

{
    "terminal.integrated.shell.windows": "C:\\Users\\YOURNAMEHERE\\AppData\\Local\\Programs\\Git\\bin\\bash.exe"
}

Steps to Reproduce:

  1. Make sure Git Bash isn't already installed
  2. Install the latest version from https://git-scm.com/download/win
  3. Installs as current user to ~\AppData\Local\Programs\Git
@vscodebot vscodebot bot added the terminal Integrated terminal issues label Dec 5, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
terminal Integrated terminal issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants