将cmderp配置到vscode的文档教程链接
https://github.com/cmderdev/cmder/wiki/Seamless-VS-Code-Integration#use-cmder-embedded-git-in-vscode
Use Cmder Embedded Git in VSCode
Press Ctrl + , to access VSCode Settings
Search for settings.json
Click Edit in settings.json
Update or add the following to your user settings:
“git.enabled”: true,
“git.path”: “[cmder_root]\vendor\git-for-windows\cmd\git.exe”,
if it does not work, you can try another way
“terminal.integrated.shell.windows”: “[cmder_root]\vendor\git-for-windows\bin\bash.exe”,
Substitute [cmder_root] with your Cmder installation directory.
Tip: You can define an environment variable to use as [cmder_root].