https://blog.csdn.net/prufeng/article/details/85048454
1.Ctrl+Shift+P
2.Open User Settings
3.Change terminal.integrated.shell.windows
4.在setting.json文件配置:
// "files.autoSave": "off",
"terminal.integrated.shell.windows": "D:/softwares/Git/bin/bash.exe",
5.可以看到已经成功
https://blog.csdn.net/hyanai/article/details/85134001
6.输入cmd就可以回到系统终端啦
7.输入bash就又回到git啦