当前位置:   article > 正文

VScode终端没有git_bash

vscode终端没有git

VScode终端没有git_bash

步骤1:打开vscode

步骤2:按下键盘的 F1,输入>setting.json

在这里插入图片描述
这里选择第一个打开,注意看不是default

步骤3:把以下代码赋值进去,然后保存

"terminal.integrated.profiles.windows": {
    "PowerShell": {
        "source": "PowerShell",
        "icon": "terminal-powershell"
    },
    "Command Prompt": {
        "path": [
            "${env:windir}\\Sysnative\\cmd.exe",
            "${env:windir}\\System32\\cmd.exe"
        ],
        "args": [],
        "icon": "terminal-cmd"
    },
    "Git-Bash": {
        "path": "D:\\Git\\bin\\bash.exe",
        "args": [],
    }
}
我的是这样的:
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19

在这里插入图片描述
over!!!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/神奇cpp/article/detail/840068
推荐阅读
相关标签
  

闽ICP备14008679号