vscode 批改终端为 git bash
一:找到 git 装置门路
定位到文件夹中失去门路:
“D:/Program Files/Git/bin/bash.exe”
二:vscode 批改配置文件
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": ["${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"GitBash": {"path": "D:/Program Files/Git/bin/bash.exe"}
},
三:详见下图