VSCode 配置集成终端为 GitBash
2022/7/6 Git
settings.json 加入
{
"terminal.integrated.profiles.windows": {
"gitBash": {
"path": "D:\\Program Files\\Git\\bin\\bash.exe", //这里是的的bash路径
}
},
"terminal.integrated.defaultProfile.windows": "gitBash"
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
文件->首选项->设置,打开设置
搜索
shell windows
,设置gitBash