Skip to content

Git Bash missing from integrated terminal default choices #39671

@njbmartin

Description

@njbmartin
  • 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

Metadata

Metadata

Assignees

Labels

terminalGeneral terminal issues that don't fall under another label

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions