vscode添加gitbash終端方法


1.打開vscode
2.點擊文件,ctrl+,
3.搜索shell windows

{
     ...
    // 添加如下代碼
    "terminal.integrated.profiles.windows": {
      "gitBash": {
        "path": "D:\\Git\\bin\\bash.exe",  //本地bash程序的路徑
      }
  },
  "terminal.integrated.defaultProfile.windows": "gitBash"
}

1.保存完配置文件后,回到原來的地方,下拉框選擇剛才添加的gitBash
2.重啟vscode,然后打開終端,就可以看到添加的gitBash終端了



免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM