美文网首页
vscode中默认终端设置git-bash

vscode中默认终端设置git-bash

作者: SeanKChan | 来源:发表于2022-02-13 22:46 被阅读0次

os:windows 11
vscode version:1.64.2

"terminal.integrated.profiles.windows": {
    "Git-Bash": {
      "path": "d:\\Program Files\\Git\\bin\\bash.exe",
      "args": []
    },
    "PowerShell -NoProfile": {
      "source": "PowerShell",
      "args": ["-NoProfile"]
    }
  },
  "terminal.integrated.defaultProfile.windows": "Git-Bash"

相关文章

网友评论

      本文标题:vscode中默认终端设置git-bash

      本文链接:https://www.haomeiwen.com/subject/udiqlrtx.html