📜  在 vscode 中找不到 git bash 命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:47.537000             🧑  作者: Mango

代码示例1
{
    "terminal.integrated.shell.windows": "C:\\Program Files (x86)\\Git\\bin\\bash.exe",
    "terminal.integrated.shellArgs.windows": ["--login","-i"]
}