vscode 设置 cmder为终端

  "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",
posted @ 2018-04-18 10:45  Ajanuw  阅读(6417)  评论(0编辑  收藏  举报