"terminal.integrated.defaultProfile.windows": "cmder",
  "terminal.integrated.profiles.windows": {
    "cmder": {
      "path": "D:\\Program\\cmder\\vendor\\git-for-windows\\bin\\bash.exe",
      "args": []
    }
  },

"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": ["/k", "F:\\myTools\\cmder\\vendor\\init.bat"]

或者:

"terminal.integrated.shell.windows": "F:\\myTools\\cmder\\vendor\\git-for-windows\\bin\\bash.exe"

使用git bash

"terminal.integrated.shell.windows": "G:\\工具\\Git\\Git\\bin\\bash.exe",

相关文章:

  • 2021-04-01
  • 2022-12-23
  • 2021-09-16
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2021-06-19
  • 2022-02-23
相关资源
相似解决方案