VScode使用gitbash的配置方法

欢迎移步我的个人博客

首先打开首选项-设置-终端,找到图片中的这个文件,打开
VScode使用gitbash的配置方法_第1张图片

将原来的文件注释掉,修改为你自己的路径

{
    // "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.autoSave": "afterDelay"
}

你可能感兴趣的:(杂)