赞
踩
1.找到你git bin bash.exe的安装路径
2.在终端里点击小箭头
3. 选择配置终端设置
4.找到terminal.integrated.profiles.windows,进入json编辑
5.在配置文件中添加
- "terminal.integrated.profiles.windows": {
- // 向终端中添加Git-Bash
- "Git-Bash": {
- "path": "D:\\tools\\Git\\bin\\bash.exe" //安装Git的地址
- }
- },
- "terminal.integrated.defaultProfile.windows": "Git-Bash", //将Git-Bash设置为默认终端
6.重启VSCode
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。