Answers for "git bash terminal not working in vs code"

1

git bash command not found in vscode

{
    "terminal.integrated.shell.windows": "C:\\Program Files (x86)\\Git\\bin\\bash.exe",
    "terminal.integrated.shellArgs.windows": ["--login","-i"]
}
Posted by: Guest on May-09-2021

Code answers related to "git bash terminal not working in vs code"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language