"terminal.integrated.defaultProfile.windows": "cmder",
"terminal.integrated.profiles.windows": {
"cmder": {
"path": "D:\\Program\\cmder\\vendor\\git-for-windows\\bin\\bash.exe",
"args": []
}
},
旧的
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": ["/k", "F:\\myTools\\cmder\\vendor\\init.bat"]
或者:
"terminal.integrated.shell.windows": "F:\\myTools\\cmder\\vendor\\git-for-windows\\bin\\bash.exe"
使用git bash
"terminal.integrated.shell.windows": "G:\\工具\\Git\\Git\\bin\\bash.exe",