博客列表 >配置vscode的cmder的方法

配置vscode的cmder的方法

南瓜又个梦
南瓜又个梦原创
2021年05月18日 19:46:26818浏览

将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].

声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议