2021年9月vscode中配置git bash为默认终端的方法:
打开vscode 的setting.json 配置文件,增加下面的配置。
"terminal.integrated.automationShell.windows": "Git-Bash",
"terminal.integrated.defaultProfile.windows": "Git-bash",
"terminal.integrated.profiles.windows": {
"Git-bash":{
"path": "D:\\soft\\Git\\bin\\bash.exe",
"args": []
}
},
"terminal.external.windowsExec": "D:\\soft\\Git\\bin\\bash.exe",
注意:git bash 文件夹用自己电脑git bash的安装文件夹路径