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終端了