Blogger Information
Blog 77
fans 0
comment 2
visits 55632
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
配置vscode的cmder的方法
南瓜又个梦
Original
819 people have browsed it

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

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post