vscode终端git自动补全

vscode终端git自动补全

  • ctrl+shift+p 输入setting.json,选择如下:
  • 加代码
    "terminal.integrated.profiles.windows": {
        "GitBash": {
            "path": "D:\\develop\\tool\\Git\\bin\\bash.exe", //注意是bash.exe而不是git-bash.exe
        }
    },
    "terminal.integrated.defaultProfile.windows": "GitBash"
posted @ 2023-08-14 11:20  西北小蚂蚁  阅读(428)  评论(0编辑  收藏  举报