将git 安装为 vscode的终端

将git 安装为 vscode的终端

文章目录

  • 将git 安装为 vscode的终端
    • 1.打开vscode 的设置
    • 2. 搜索 terminal
    • 3. 找到并打开 setting.json
    • 4. 添加 如下配置到 json文件
    • 5. 重启

1.打开vscode 的设置

2. 搜索 terminal

3. 找到并打开 setting.json

4. 添加 如下配置到 json文件

5. 重启

"terminal.integrated.shell.windows": "D:/software/Git/bin/bash.exe" //自己的git安装路径

将git 安装为 vscode的终端_第1张图片

你可能感兴趣的:(GIT,git)