Answers for "git bash command not found in vscode"

0

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 command not found in vscode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language