> 技术文档 > 【配置vscode默认终端为git bash】_vscode终端设置为git bash终端

【配置vscode默认终端为git bash】_vscode终端设置为git bash终端

配置vscode默认终端为git bash

  1. 点击左下角小齿轮,点击设置,搜索terminal.integrated.profiles.windows,点击在setting.json中编辑
    【配置vscode默认终端为git bash】_vscode终端设置为git bash终端

  2. 第一部分是当前的所有的终端,第二部分是配置默认的终端\"terminal.integrated.defaultProfile.windows\": \"Git Bash\",
    【配置vscode默认终端为git bash】_vscode终端设置为git bash终端